The {@link AuthorizationHandler} is part of the security provider and needs to be registered as an OSGi service.Clients may implement the {@link AuthorizationHandler#isUserInRole(Principal,String)} method to authorize a specific user. The {@link Principal} used to call this method will be taken from the {@link AuthenticationHandler}.
@see AuthenticationHandler
|
|
|
|
|
|