Class SLOProfileImpl
- java.lang.Object
-
- org.nuxeo.ecm.platform.auth.saml.AbstractSAMLProfile
-
- org.nuxeo.ecm.platform.auth.saml.slo.SLOProfileImpl
-
- All Implemented Interfaces:
SLOProfile
public class SLOProfileImpl extends AbstractSAMLProfile implements SLOProfile
WebSLO (Single Log Out) profile implementation.- Since:
- 6.0
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.platform.auth.saml.AbstractSAMLProfile
builderFactory, log, trustEngine
-
Fields inherited from interface org.nuxeo.ecm.platform.auth.saml.slo.SLOProfile
PROFILE_URI
-
-
Constructor Summary
Constructors Constructor Description SLOProfileImpl(org.opensaml.saml2.metadata.SingleLogoutService slo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml2.core.LogoutRequest
buildLogoutRequest(org.opensaml.common.binding.SAMLMessageContext context, SAMLCredential credential)
String
getProfileIdentifier()
boolean
processLogoutRequest(org.opensaml.common.binding.SAMLMessageContext context, SAMLCredential credential)
void
processLogoutResponse(org.opensaml.common.binding.SAMLMessageContext context)
-
Methods inherited from class org.nuxeo.ecm.platform.auth.saml.AbstractSAMLProfile
build, getBaseURL, getDecrypter, getEndpoint, getSkewTimeMillis, getStartPageURL, getTrustEngine, newUUID, retrieveRequest, setDecrypter, setSkewTimeMillis, setTrustEngine, validateAssertion, validateEndpoint, validateIssuer, validateSignature
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.platform.auth.saml.slo.SLOProfile
getEndpoint
-
-
-
-
Method Detail
-
getProfileIdentifier
public String getProfileIdentifier()
- Specified by:
getProfileIdentifier
in classAbstractSAMLProfile
- Returns:
- the profile identifier (Uri).
-
buildLogoutRequest
public org.opensaml.saml2.core.LogoutRequest buildLogoutRequest(org.opensaml.common.binding.SAMLMessageContext context, SAMLCredential credential) throws org.opensaml.common.SAMLException
- Specified by:
buildLogoutRequest
in interfaceSLOProfile
- Throws:
org.opensaml.common.SAMLException
-
processLogoutRequest
public boolean processLogoutRequest(org.opensaml.common.binding.SAMLMessageContext context, SAMLCredential credential) throws org.opensaml.common.SAMLException
- Specified by:
processLogoutRequest
in interfaceSLOProfile
- Throws:
org.opensaml.common.SAMLException
-
processLogoutResponse
public void processLogoutResponse(org.opensaml.common.binding.SAMLMessageContext context) throws org.opensaml.common.SAMLException
- Specified by:
processLogoutResponse
in interfaceSLOProfile
- Throws:
org.opensaml.common.SAMLException
-
-