Searched defs:newEncryptedID (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DManageNameIDRequestImpl.java55 private NewEncryptedID newEncryptedID = null; field in class:ManageNameIDRequestImpl
168 newEncryptedID =
186 return newEncryptedID;
190 * Sets the value of the <code>newEncryptedID</code> property.
192 * @param value the value of the <code>newEncryptedID</code> property.
204 newEncryptedID = value;
359 if ((newID != null) && (newEncryptedID != null)) {
363 if (((newID != null) || (newEncryptedID != null)) &&
400 if (newEncryptedID != null) {
401 xml.append(newEncryptedID
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DManageNameIDRequestImpl.java55 private NewEncryptedID newEncryptedID = null; field in class:ManageNameIDRequestImpl
168 newEncryptedID =
186 return newEncryptedID;
190 * Sets the value of the <code>newEncryptedID</code> property.
192 * @param value the value of the <code>newEncryptedID</code> property.
204 newEncryptedID = value;
359 if ((newID != null) && (newEncryptedID != null)) {
363 if (((newID != null) || (newEncryptedID != null)) &&
400 if (newEncryptedID != null) {
401 xml.append(newEncryptedID
[all...]

Completed in 22 milliseconds