Uses of Class
org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
-
Packages that use AuthnContextComparisonTypeEnumeration Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces. -
-
Uses of AuthnContextComparisonTypeEnumeration in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return AuthnContextComparisonTypeEnumeration Modifier and Type Method Description AuthnContextComparisonTypeEnumerationRequestedAuthnContext. getComparison()Gets the Comparison attribute value of the requested authn context.static AuthnContextComparisonTypeEnumerationAuthnContextComparisonTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthnContextComparisonTypeEnumeration[]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 AuthnContextComparisonTypeEnumeration Modifier and Type Method Description voidRequestedAuthnContext. setComparison(AuthnContextComparisonTypeEnumeration newComparison)Sets the Comparison attribute value of the requested authn context.
-