Package org.wildfly.security.auth.server
Class SecurityIdentityServerMechanismFactory.SecurityIdentityCallbackHandler
- java.lang.Object
-
- org.wildfly.security.auth.server.SecurityIdentityServerMechanismFactory.SecurityIdentityCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
- Enclosing class:
- SecurityIdentityServerMechanismFactory
private static class SecurityIdentityServerMechanismFactory.SecurityIdentityCallbackHandler extends Object implements CallbackHandler
-
-
Field Summary
Fields Modifier and Type Field Description private CallbackHandler
delegate
private SecurityIdentity
securityIdentity
-
Constructor Summary
Constructors Constructor Description SecurityIdentityCallbackHandler(CallbackHandler delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) SecurityIdentity
getSecurityIdentity()
void
handle(Callback[] callbacks)
-
-
-
Field Detail
-
delegate
private final CallbackHandler delegate
-
securityIdentity
private SecurityIdentity securityIdentity
-
-
Constructor Detail
-
SecurityIdentityCallbackHandler
SecurityIdentityCallbackHandler(CallbackHandler delegate)
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-
getSecurityIdentity
SecurityIdentity getSecurityIdentity()
-
-