public interface CallbackHandlerService
| Modifier and Type | Interface and Description |
|---|---|
static class |
CallbackHandlerService.ServiceUtil |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
allowGroupLoading()
Where the Elytron
SecurityRealm is used should group loading also be enabled? |
CallbackHandler |
getCallbackHandler(Map<String,Object> sharedState)
Obtain a CallbackHandler instance for use during authentication.
|
Map<String,String> |
getConfigurationOptions() |
org.wildfly.security.auth.server.SecurityRealm |
getElytronSecurityRealm()
Get an Elytron
SecurityRealm that is backed by this callback handler. |
AuthMechanism |
getPreferredMechanism() |
default Function<Principal,Principal> |
getPrincipalMapper()
Get a principal mapper to be used before the realm is selected.
|
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.org.wildfly.security.auth.server.SecurityRealm getElytronSecurityRealm()
SecurityRealm that is backed by this callback handler.SecurityRealm that is backed by this callback handler.default Function<Principal,Principal> getPrincipalMapper()
default boolean allowGroupLoading()
SecurityRealm is used should group loading also be enabled?true if group loading should be enabled, false otherwise.Copyright © 2018 JBoss by Red Hat. All rights reserved.