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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java52 protected String assertionHandle = null; field in class:AssertionArtifact
114 // get the sourceID and assertionHandle
122 assertionHandle = SAMLUtils.byteArrayToString(aBytes);
126 assertionHandle = new String(aBytes);
135 * @param handle A string that represents the <code>assertionHandle</code>.
164 assertionHandle = handle;
210 return assertionHandle;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java52 protected String assertionHandle = null; field in class:AssertionArtifact
114 // get the sourceID and assertionHandle
122 assertionHandle = SAMLUtils.byteArrayToString(aBytes);
126 assertionHandle = new String(aBytes);
135 * @param handle A string that represents the <code>assertionHandle</code>.
164 assertionHandle = handle;
210 return assertionHandle;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java123 // get the sourceID and assertionHandle
130 assertionHandle = SAMLUtils.byteArrayToString(aBytes);
153 assertionHandle = SAMLUtils.byteArrayToString(handleBytes);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java123 // get the sourceID and assertionHandle
130 assertionHandle = SAMLUtils.byteArrayToString(aBytes);
153 assertionHandle = SAMLUtils.byteArrayToString(handleBytes);

Completed in 32 milliseconds