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 © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.