Searched refs:theArtifact (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java81 * @param theArtifact is the string that is generated by a provider.
88 public FSAssertionArtifact(String theArtifact) throws FSMsgException { argument
90 if ((theArtifact == null) || (theArtifact.length() == 0)) {
96 byte raw[] = Base64.decode(theArtifact);
121 artifact = theArtifact;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java81 * @param theArtifact is the string that is generated by a provider.
88 public FSAssertionArtifact(String theArtifact) throws FSMsgException { argument
90 if ((theArtifact == null) || (theArtifact.length() == 0)) {
96 byte raw[] = Base64.decode(theArtifact);
121 artifact = theArtifact;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java69 * @param theArtifact is the string that is generated by a provider.
72 public AssertionArtifact(String theArtifact) throws SAMLException { argument
74 if ((theArtifact == null) || (theArtifact.length() == 0)) {
83 raw = Base64.decode(theArtifact);
112 artifact = theArtifact;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java69 * @param theArtifact is the string that is generated by a provider.
72 public AssertionArtifact(String theArtifact) throws SAMLException { argument
74 if ((theArtifact == null) || (theArtifact.length() == 0)) {
83 raw = Base64.decode(theArtifact);
112 artifact = theArtifact;

Completed in 22 milliseconds