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 CallbackHandlerdelegateprivate SecurityIdentitysecurityIdentity
-
Constructor Summary
Constructors Constructor Description SecurityIdentityCallbackHandler(CallbackHandler delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) SecurityIdentitygetSecurityIdentity()voidhandle(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:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
getSecurityIdentity
SecurityIdentity getSecurityIdentity()
-
-