Package org.nuxeo.ecm.platform.auth.saml
Class SAMLCredential
- java.lang.Object
-
- org.nuxeo.ecm.platform.auth.saml.SAMLCredential
-
public class SAMLCredential extends Object
- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description SAMLCredential(org.opensaml.saml2.core.NameID nameID, List<String> sessionIndexes)
SAMLCredential(org.opensaml.saml2.core.NameID nameID, List<String> sessionIndexes, String remoteEntityID, String relayState, List<org.opensaml.saml2.core.Attribute> attributes, String localEntityID, Serializable additionalData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable
getAdditionalData()
org.opensaml.saml2.core.Attribute
getAttributeByName(String name)
List<org.opensaml.saml2.core.Attribute>
getAttributes()
String
getLocalEntityID()
org.opensaml.saml2.core.NameID
getNameID()
String
getRelayState()
String
getRemoteEntityID()
List<String>
getSessionIndexes()
-
-
-
Method Detail
-
getNameID
public org.opensaml.saml2.core.NameID getNameID()
-
getRemoteEntityID
public String getRemoteEntityID()
-
getAttributeByName
public org.opensaml.saml2.core.Attribute getAttributeByName(String name)
-
getAttributes
public List<org.opensaml.saml2.core.Attribute> getAttributes()
-
getRelayState
public String getRelayState()
-
getLocalEntityID
public String getLocalEntityID()
-
getAdditionalData
public Serializable getAdditionalData()
-
-