public static interface SAMLArtifactMap.SAMLArtifactMapEntry
Modifier and Type | Method and Description |
---|---|
String |
getArtifact()
Gets the artifact that maps to the SAML message.
|
String |
getIssuerId()
Gets the ID of the issuer of the artifact.
|
String |
getRelyingPartyId()
Gets the ID of the relying party the artifact was sent to.
|
SAMLObject |
getSamlMessage()
Gets SAML message the artifact maps to.
|
@Nonnull @NotEmpty String getArtifact()
@Nonnull @NotEmpty String getIssuerId()
@Nonnull @NotEmpty String getRelyingPartyId()
@Nonnull SAMLObject getSamlMessage()
Copyright © 2016 JBoss by Red Hat. All rights reserved.