接口 EndpointAccessResolver
- 所有已知实现类:
PropertiesEndpointAccessResolver
public interface EndpointAccessResolver
Resolver for the permitted level of
access
to an endpoint.- 从以下版本开始:
- 3.4.0
- 作者:
- Andy Wilkinson
-
方法概要
修饰符和类型方法说明accessFor
(EndpointId endpointId, Access defaultAccess) Resolves the permitted level of access for the endpoint with the givenendpointId
anddefaultAccess
.
-
方法详细资料
-
accessFor
Resolves the permitted level of access for the endpoint with the givenendpointId
anddefaultAccess
.- 参数:
endpointId
- the ID of the endpointdefaultAccess
- the default access level of the endpoint- 返回:
- the permitted level of access, never
null
-