Uses of Interface
org.wildfly.security.auth.server.MechanismInformation
-
Packages that use MechanismInformation 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. -
-
Uses of MechanismInformation in org.wildfly.security.auth.callback
Fields in org.wildfly.security.auth.callback declared as MechanismInformation Modifier and Type Field Description private MechanismInformation
MechanismInformationCallback. mechanismInformation
Methods in org.wildfly.security.auth.callback that return MechanismInformation Modifier and Type Method Description MechanismInformation
MechanismInformationCallback. getMechanismInformation()
Get the type of the mechanism information for the current authentication attempt.Constructors in org.wildfly.security.auth.callback with parameters of type MechanismInformation Constructor Description MechanismInformationCallback(MechanismInformation mechanismInformation)
Construct a new instance with the appropriate mechanism information. -
Uses of MechanismInformation in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as MechanismInformation Modifier and Type Field Description static MechanismInformation
MechanismInformation. DEFAULT
private MechanismInformation
ServerAuthenticationContext.InactiveState. mechanismInformation
Methods in org.wildfly.security.auth.server with parameters of type MechanismInformation Modifier and Type Method Description MechanismConfiguration
MechanismConfigurationSelector. selectConfiguration(MechanismInformation mechanismInformation)
Select theMechanismConfiguration
to use for the current authentication attempt.(package private) void
ServerAuthenticationContext.ActiveState. setMechanismInformation(MechanismInformation mechanismInformation)
(package private) void
ServerAuthenticationContext.InactiveState. setMechanismInformation(MechanismInformation mechanismInformation)
(package private) void
ServerAuthenticationContext.InitialState. setMechanismInformation(MechanismInformation mechanismInformation)
void
ServerAuthenticationContext. setMechanismInformation(MechanismInformation mechanismInformation)
Set information about the current mechanism and request for this authentication attempt.(package private) void
ServerAuthenticationContext.State. setMechanismInformation(MechanismInformation mechanismInformation)
Method parameters in org.wildfly.security.auth.server with type arguments of type MechanismInformation Modifier and Type Method Description static MechanismConfigurationSelector
MechanismConfigurationSelector. predicateSelector(Predicate<MechanismInformation> predicate, MechanismConfiguration mechanismConfiguration)
Create a simpleMechanismConfigurationSelector
that is paired with aPredicate
to test if the configuration should be used for the supplied information.Constructors in org.wildfly.security.auth.server with parameters of type MechanismInformation Constructor Description InactiveState(SecurityIdentity capturedIdentity, MechanismConfigurationSelector mechanismConfigurationSelector, MechanismInformation mechanismInformation, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)
-