Package org.wildfly.security.auth.client
Class AuthenticationConfiguration.ClientCallbackHandler
- java.lang.Object
- 
- org.wildfly.security.auth.client.AuthenticationConfiguration.ClientCallbackHandler
 
- 
- All Implemented Interfaces:
- CallbackHandler
 - Enclosing class:
- AuthenticationConfiguration
 
 static class AuthenticationConfiguration.ClientCallbackHandler extends Object implements CallbackHandler 
- 
- 
Field SummaryFields Modifier and Type Field Description private AuthenticationConfigurationconfigprivate SSLConnectionsslConnectionprivate List<TrustedAuthority>trustedAuthoritiesprivate CallbackHandleruserCallbackHandler
 - 
Constructor SummaryConstructors Constructor Description ClientCallbackHandler(AuthenticationConfiguration config)
 
- 
- 
- 
Field Detail- 
configprivate final AuthenticationConfiguration config 
 - 
userCallbackHandlerprivate final CallbackHandler userCallbackHandler 
 - 
trustedAuthoritiesprivate List<TrustedAuthority> trustedAuthorities 
 - 
sslConnectionprivate SSLConnection sslConnection 
 
- 
 - 
Constructor Detail- 
ClientCallbackHandlerClientCallbackHandler(AuthenticationConfiguration config) 
 
- 
 - 
Method Detail- 
handlepublic void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException - Specified by:
- handlein interface- CallbackHandler
- Throws:
- IOException
- UnsupportedCallbackException
 
 
- 
 
-