Uses of Enum
org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
Packages that use AuthnContextComparisonTypeEnumeration
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
-
Uses of AuthnContextComparisonTypeEnumeration in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return AuthnContextComparisonTypeEnumerationModifier and TypeMethodDescriptionRequestedAuthnContext.getComparison()
Gets the Comparison attribute value of the requested authn context.Returns the enum constant of this type with the specified name.AuthnContextComparisonTypeEnumeration.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensaml.saml.saml2.core with parameters of type AuthnContextComparisonTypeEnumerationModifier and TypeMethodDescriptionvoid
RequestedAuthnContext.setComparison
(AuthnContextComparisonTypeEnumeration newComparison) Sets the Comparison attribute value of the requested authn context. -
Uses of AuthnContextComparisonTypeEnumeration in org.opensaml.saml.saml2.core.impl
Fields in org.opensaml.saml.saml2.core.impl declared as AuthnContextComparisonTypeEnumerationMethods in org.opensaml.saml.saml2.core.impl that return AuthnContextComparisonTypeEnumerationModifier and TypeMethodDescriptionRequestedAuthnContextImpl.getComparison()
Gets the Comparison attribute value of the requested authn context.Methods in org.opensaml.saml.saml2.core.impl with parameters of type AuthnContextComparisonTypeEnumerationModifier and TypeMethodDescriptionvoid
RequestedAuthnContextImpl.setComparison
(AuthnContextComparisonTypeEnumeration newComparison) Sets the Comparison attribute value of the requested authn context.