public interface AuthorizationProvider<SI extends AbstractSessionImpl>
Modifier and Type | Method and Description |
---|---|
NotifyFuture<AuthorizationReply> |
authorize(AuthorizationRequest authorizationRequest,
CallbackHandler handler,
AuthorizationResult defaultResult) |
NotifyFuture<UserInformation> |
impersonate(SI session,
String targetUserName,
CallbackHandler handler) |
NotifyFuture<UserInformation> impersonate(SI session, String targetUserName, CallbackHandler handler)
NotifyFuture<AuthorizationReply> authorize(AuthorizationRequest authorizationRequest, CallbackHandler handler, AuthorizationResult defaultResult)