Enum Class SAMLOutboundBinding
java.lang.Object
java.lang.Enum<SAMLOutboundBinding>
org.nuxeo.ecm.platform.auth.saml.processor.binding.SAMLOutboundBinding
- All Implemented Interfaces:
Serializable
,Comparable<SAMLOutboundBinding>
,Constable
,SAMLBinding
- Since:
- 2023.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the URI that identifies this binding as listed inSAMLConstants
for instance.org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder
static SAMLOutboundBinding
Returns the enum constant of this class with the specified name.static SAMLOutboundBinding[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HTTP_REDIRECT
-
-
Field Details
-
bindingURI
-
encoderFactory
protected final Supplier<org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder> encoderFactory
-
-
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
-
getBindingURI
Description copied from interface:SAMLBinding
Returns the URI that identifies this binding as listed inSAMLConstants
for instance.- Specified by:
getBindingURI
in interfaceSAMLBinding
- Returns:
- the binding URI
-
newEncoder
public org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder newEncoder()
-