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 |
isReadyForHttpChallenge()
Is this CallbackHandler ready for handling HTTP requests that involve a challenge?
To be used by the HTTP interface to display an error if the administrator has not completed the set-up of their
installation.
|
AuthMechanism getPreferredMechanism()
Set<AuthMechanism> getSupplementaryMechanisms()
Map<String,String> getConfigurationOptions()
boolean isReadyForHttpChallenge()
CallbackHandlerService
is ready for challenge based authentication.CallbackHandler getCallbackHandler(Map<String,Object> sharedState)
sharedState
- - The state to be shared between the authentication side of the call and the authorization side.Copyright © 2023 JBoss by Red Hat. All rights reserved.