public enum SamlUrlPath extends Enum<SamlUrlPath>
| Enum Constant and Description |
|---|
LOCAL_LOGOUT_REQUEST |
LOGIN_RESPONSE |
LOGIN_RESPONSE_REGISTRATION_ID |
METADATA |
SINGLE_LOGOUT_REQUEST |
SINGLE_LOGOUT_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
static SamlUrlPath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlUrlPath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamlUrlPath METADATA
public static final SamlUrlPath LOCAL_LOGOUT_REQUEST
public static final SamlUrlPath LOGIN_RESPONSE
public static final SamlUrlPath LOGIN_RESPONSE_REGISTRATION_ID
public static final SamlUrlPath SINGLE_LOGOUT_REQUEST
public static final SamlUrlPath SINGLE_LOGOUT_RESPONSE
private final String path
public static SamlUrlPath[] values()
for (SamlUrlPath c : SamlUrlPath.values()) System.out.println(c);
public static SamlUrlPath 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 getPath()
Copyright © 2023 Apache NiFi Project. All rights reserved.