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 MechanismInformationMechanismInformationCallback. mechanismInformationMethods in org.wildfly.security.auth.callback that return MechanismInformation Modifier and Type Method Description MechanismInformationMechanismInformationCallback. 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 MechanismInformationMechanismInformation. DEFAULTprivate MechanismInformationServerAuthenticationContext.InactiveState. mechanismInformationMethods in org.wildfly.security.auth.server with parameters of type MechanismInformation Modifier and Type Method Description MechanismConfigurationMechanismConfigurationSelector. selectConfiguration(MechanismInformation mechanismInformation)Select theMechanismConfigurationto use for the current authentication attempt.(package private) voidServerAuthenticationContext.ActiveState. setMechanismInformation(MechanismInformation mechanismInformation)(package private) voidServerAuthenticationContext.InactiveState. setMechanismInformation(MechanismInformation mechanismInformation)(package private) voidServerAuthenticationContext.InitialState. setMechanismInformation(MechanismInformation mechanismInformation)voidServerAuthenticationContext. setMechanismInformation(MechanismInformation mechanismInformation)Set information about the current mechanism and request for this authentication attempt.(package private) voidServerAuthenticationContext.State. setMechanismInformation(MechanismInformation mechanismInformation)Method parameters in org.wildfly.security.auth.server with type arguments of type MechanismInformation Modifier and Type Method Description static MechanismConfigurationSelectorMechanismConfigurationSelector. predicateSelector(Predicate<MechanismInformation> predicate, MechanismConfiguration mechanismConfiguration)Create a simpleMechanismConfigurationSelectorthat is paired with aPredicateto 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)
-