Package | Description |
---|---|
org.opensaml.saml.common.binding.artifact |
Classes supporting SAML artifact use.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSAMLArtifactMapEntry
Basic implementation of
SAMLArtifactMap.SAMLArtifactMapEntry . |
class |
ExpiringSAMLArtifactMapEntry
Extension of
BasicSAMLArtifactMapEntry that tracks expiration. |
Modifier and Type | Method and Description |
---|---|
SAMLArtifactMap.SAMLArtifactMapEntry |
SAMLArtifactMap.get(String artifact)
Gets the artifact entry for the given artifact.
|
SAMLArtifactMap.SAMLArtifactMapEntry |
SAMLArtifactMap.SAMLArtifactMapEntryFactory.newEntry(String artifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage)
Factory method which produces a
SAMLArtifactMap.SAMLArtifactMapEntry . |
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.