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
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
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.void
ServerAuthenticationContext. setMechanismInformation(MechanismInformation mechanismInformation)
Set information about the current mechanism and request for this authentication attempt.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.
-