public static enum WebSSOProfileOptionProperties.AuthnContextComparisonType extends Enum<WebSSOProfileOptionProperties.AuthnContextComparisonType>
AuthnContextComparisonTypeEnumeration| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration |
getType() |
static WebSSOProfileOptionProperties.AuthnContextComparisonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSSOProfileOptionProperties.AuthnContextComparisonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebSSOProfileOptionProperties.AuthnContextComparisonType MINIMUM
public static final WebSSOProfileOptionProperties.AuthnContextComparisonType EXACT
public static final WebSSOProfileOptionProperties.AuthnContextComparisonType BETTER
public static final WebSSOProfileOptionProperties.AuthnContextComparisonType MAXIMUM
public static WebSSOProfileOptionProperties.AuthnContextComparisonType[] values()
for (WebSSOProfileOptionProperties.AuthnContextComparisonType c : WebSSOProfileOptionProperties.AuthnContextComparisonType.values()) System.out.println(c);
public static WebSSOProfileOptionProperties.AuthnContextComparisonType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration getType()
Copyright © 2018. All rights reserved.