Package org.nuxeo.ecm.platform.auth.saml
Class SAMLCredential
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.SAMLCredential
- Since:
- 6.0
-
Constructor Summary
ConstructorDescriptionSAMLCredential
(org.opensaml.saml.saml2.core.NameID nameID, List<String> sessionIndexes) Deprecated, for removal: This API element is subject to removal in a future version.since 2023.0SAMLCredential
(org.opensaml.saml.saml2.core.NameID nameID, List<String> sessionIndexes, String remoteEntityID, String relayState, List<org.opensaml.saml.saml2.core.Attribute> attributes, String localEntityID) SAMLCredential
(org.opensaml.saml.saml2.core.NameID nameID, List<String> sessionIndexes, String remoteEntityID, String relayState, List<org.opensaml.saml.saml2.core.Attribute> attributes, String localEntityID, Serializable additionalData) -
Method Summary
Modifier and TypeMethodDescriptionorg.opensaml.saml.saml2.core.Attribute
getAttributeByName
(String name) List<org.opensaml.saml.saml2.core.Attribute>
org.opensaml.saml.saml2.core.NameID
-
Constructor Details
-
SAMLCredential
@Deprecated(forRemoval=true, since="2023.0") public SAMLCredential(org.opensaml.saml.saml2.core.NameID nameID, List<String> sessionIndexes) Deprecated, for removal: This API element is subject to removal in a future version.since 2023.0 -
SAMLCredential
-
SAMLCredential
-
-
Method Details
-
getNameID
public org.opensaml.saml.saml2.core.NameID getNameID() -
getSessionIndexes
-
getRemoteEntityID
-
getAttributeByName
-
getAttributes
-
getRelayState
-
getLocalEntityID
-
getAdditionalData
-