java.lang.Object
org.nuxeo.ecm.platform.auth.saml.processor.messaging.SAMLObjectIssuerFunction
- All Implemented Interfaces:
Function<org.opensaml.messaging.context.MessageContext,String>
public class SAMLObjectIssuerFunction
extends Object
implements Function<org.opensaml.messaging.context.MessageContext,String>
- Since:
- 2023.0
-
Constructor Summary
Constructors
-
Method Summary
apply(org.opensaml.messaging.context.MessageContext context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SAMLObjectIssuerFunction
public SAMLObjectIssuerFunction()
-
Method Details
-
apply
public String apply(org.opensaml.messaging.context.MessageContext context)
- Specified by:
apply
in interface Function<org.opensaml.messaging.context.MessageContext,String>