public interface AuthorizingCallbackHandler extends CallbackHandler
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
createUserInfo(Collection<Principal> remotingPrincipals)
Create and return the UserInfo instance for the user identified by the
provided remoting principals.
|
handleUserInfo createUserInfo(Collection<Principal> remotingPrincipals) throws IOException
remotingPrincipals - - The principals already created based on the authentication.IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.