Enum Class SloProtocol
- All Implemented Interfaces:
Serializable,Comparable<SloProtocol>,Constable
Single logout (SLO) protocol.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNotification via HTTP GET request to the URL, which is used as-is regardless of the incoming protocol.OIDC logout response to an incoming logout request or notification via OIDC logout.SAML2 LogoutResponse to an incoming LogoutRequest or notification via SAML2 LogoutRequest. -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SloProtocolReturns the enum constant of this class with the specified name.static SloProtocol[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SAML2
SAML2 LogoutResponse to an incoming LogoutRequest or notification via SAML2 LogoutRequest. -
OIDC
OIDC logout response to an incoming logout request or notification via OIDC logout.- See Also:
-
HTTP
Notification via HTTP GET request to the URL, which is used as-is regardless of the incoming protocol.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isCrossProtocol
public boolean isCrossProtocol()
-