Uses of Interface
org.wildfly.security.auth.server.MechanismInformation
Packages that use MechanismInformation
Package
Description
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
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 MechanismInformationModifier and TypeMethodDescriptionMechanismInformationCallback.getMechanismInformation()Get the type of the mechanism information for the current authentication attempt.Constructors in org.wildfly.security.auth.callback with parameters of type MechanismInformationModifierConstructorDescriptionMechanismInformationCallback(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 MechanismInformationMethods in org.wildfly.security.auth.server with parameters of type MechanismInformationModifier and TypeMethodDescriptionMechanismConfigurationSelector.selectConfiguration(MechanismInformation mechanismInformation) Select theMechanismConfigurationto use for the current authentication attempt.voidServerAuthenticationContext.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 MechanismInformationModifier and TypeMethodDescriptionMechanismConfigurationSelector.predicateSelector(Predicate<MechanismInformation> predicate, MechanismConfiguration mechanismConfiguration) Create a simpleMechanismConfigurationSelectorthat is paired with aPredicateto test if the configuration should be used for the supplied information.