Package | Description |
---|---|
org.wildfly.security.auth.callback |
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
Modifier and Type | Method and Description |
---|---|
MechanismInformation |
MechanismInformationCallback.getMechanismInformation()
Get the type of the mechanism information for the current authentication attempt.
|
Constructor and Description |
---|
MechanismInformationCallback(MechanismInformation mechanismInformation)
Construct a new instance with the appropriate mechanism information.
|
Modifier and Type | Field and Description |
---|---|
static MechanismInformation |
MechanismInformation.DEFAULT |
Modifier and Type | Method and Description |
---|---|
MechanismConfiguration |
MechanismConfigurationSelector.selectConfiguration(MechanismInformation mechanismInformation)
Select the
MechanismConfiguration to use for the current authentication attempt. |
void |
ServerAuthenticationContext.setMechanismInformation(MechanismInformation mechanismInformation)
Set information about the current mechanism and request for this authentication attempt.
|
Modifier and Type | Method and Description |
---|---|
static MechanismConfigurationSelector |
MechanismConfigurationSelector.predicateSelector(Predicate<MechanismInformation> predicate,
MechanismConfiguration mechanismConfiguration)
Create a simple
MechanismConfigurationSelector that is paired with a Predicate to
test if the configuration should be used for the supplied information. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.