public interface AuthorizingCallbackHandler
extends javax.security.auth.callback.CallbackHandler
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
createUserInfo(java.util.Collection<java.security.Principal> remotingPrincipals)
Create and return the UserInfo instance for the user identified by the
provided remoting principals.
|
UserInfo createUserInfo(java.util.Collection<java.security.Principal> remotingPrincipals) throws java.io.IOException
remotingPrincipals - - The principals already created based on the authentication.java.io.IOException