public class SAMLCredential extends Object
Constructor and 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) |
Modifier and Type | Method and 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() |
public SAMLCredential(org.opensaml.saml2.core.NameID nameID, List<String> sessionIndexes)
public 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)
public org.opensaml.saml2.core.NameID getNameID()
public List<String> getSessionIndexes()
public String getRemoteEntityID()
public org.opensaml.saml2.core.Attribute getAttributeByName(String name)
public List<org.opensaml.saml2.core.Attribute> getAttributes()
public String getRelayState()
public String getLocalEntityID()
public Serializable getAdditionalData()
Copyright © 2019 Nuxeo. All rights reserved.