public interface CallbackHandlerService
Modifier and Type | Interface and Description |
---|---|
static class |
CallbackHandlerService.ServiceUtil |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
getCallbackHandler(Map<String,Object> sharedState)
Obtain a CallbackHandler instance for use during authentication.
|
Map<String,String> |
getConfigurationOptions() |
AuthMechanism |
getPreferredMechanism() |
Set<AuthMechanism> |
getSupplementaryMechanisms() |
boolean |
isReady()
Is this CallbackHandler ready for handling remote requests.
|
AuthMechanism getPreferredMechanism()
Set<AuthMechanism> getSupplementaryMechanisms()
Map<String,String> getConfigurationOptions()
boolean isReady()
CallbackHandler getCallbackHandler(Map<String,Object> sharedState)
sharedState
- - The state to be shared between the authentication side of the call and the authorization side.Copyright © 2015 JBoss by Red Hat. All rights reserved.