public enum Saml2RegistrationProperty extends Enum<Saml2RegistrationProperty>
| Enum Constant and Description |
|---|
REGISTRATION_ID
Registration Identifier to maintain compatibility with initial SAML 2 implementation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty() |
static Saml2RegistrationProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Saml2RegistrationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Saml2RegistrationProperty REGISTRATION_ID
private final String property
public static Saml2RegistrationProperty[] values()
for (Saml2RegistrationProperty c : Saml2RegistrationProperty.values()) System.out.println(c);
public static Saml2RegistrationProperty 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 String getProperty()
Copyright © 2023 Apache NiFi Project. All rights reserved.