public static interface SAMLArtifactMap.SAMLArtifactMapEntryFactory
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SAMLArtifactMap.SAMLArtifactMapEntry |
newEntry(String artifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Factory method which produces a
SAMLArtifactMap.SAMLArtifactMapEntry. |
SAMLArtifactMap.SAMLArtifactMapEntry newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
SAMLArtifactMap.SAMLArtifactMapEntry.artifact - the artifactissuerId - ID of the issuer of the artifactrelyingPartyId - ID of the party the artifact was sent tosamlMessage - the SAML messagelifetime - the lifetime of the artifact entry, in millisecondsCopyright © 2012. All Rights Reserved.