public class PicketBoxCallbackHandler extends Object implements CallbackHandler, HandlerContract
| Constructor and Description | 
|---|
| PicketBoxCallbackHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(Callback[] callbacks) | 
| void | setSecurityInfo(Principal principal,
               Object credential)
 Set the security context. | 
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionCallbackHandler.handle(Callback[])public void setSecurityInfo(Principal principal, Object credential)
HandlerContractSet the security context.
For X509 Certificates, they can be passed as the Credential.
setSecurityInfo in interface HandlerContractprincipal - Principal to be usedcredential - Credential to be usedHandlerContract.setSecurityInfo(Principal, Object)Copyright © 2016 JBoss by Red Hat. All rights reserved.