Enum Class SAMLInboundBinding
java.lang.Object
java.lang.Enum<SAMLInboundBinding>
org.nuxeo.ecm.platform.auth.saml.processor.binding.SAMLInboundBinding
- All Implemented Interfaces:
Serializable,Comparable<SAMLInboundBinding>,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
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(javax.servlet.http.HttpServletRequest request) Returns the URI that identifies this binding as listed inSAMLConstantsfor instance.static booleaniSAMLObjectPresent(javax.servlet.ServletRequest request) org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoderstatic SAMLInboundBindingReturns the enum constant of this class with the specified name.static SAMLInboundBinding[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HTTP_POST
-
HTTP_REDIRECT
-
-
Field Details
-
SAML_REQUEST
- See Also:
-
SAML_RESPONSE
- See Also:
-
bindingURI
-
acceptor
-
decoderFactory
protected final Supplier<org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder> decoderFactory
-
-
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:SAMLBindingReturns the URI that identifies this binding as listed inSAMLConstantsfor instance.- Specified by:
getBindingURIin interfaceSAMLBinding- Returns:
- the binding URI
-
accept
public boolean accept(javax.servlet.http.HttpServletRequest request) - Returns:
- whether this binding can treat the given request
-
newDecoder
public org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder newDecoder() -
iSAMLObjectPresent
public static boolean iSAMLObjectPresent(javax.servlet.ServletRequest request)
-