Interface EndpointAccessResolver
- All Known Implementing Classes:
PropertiesEndpointAccessResolver
public interface EndpointAccessResolver
Resolver for the permitted level of
access
to an endpoint.- Since:
- 3.4.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionaccessFor
(EndpointId endpointId, Access defaultAccess) Resolves the permitted level of access for the endpoint with the givenendpointId
anddefaultAccess
.
-
Method Details
-
accessFor
Resolves the permitted level of access for the endpoint with the givenendpointId
anddefaultAccess
.- Parameters:
endpointId
- the ID of the endpointdefaultAccess
- the default access level of the endpoint- Returns:
- the permitted level of access, never
null
-