Searched defs:encryptedId (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationImpl.java60 private EncryptedID encryptedId = null; field in class:SubjectConfirmationImpl
178 encryptedId = AssertionFactory.getInstance().
196 return encryptedId;
211 encryptedId = value;
333 if ((baseId != null) || (nameId != null) || (encryptedId != null)) {
334 if ((baseId != null) && (nameId == null) && (encryptedId == null)) {
336 } else if ((nameId != null) && (baseId == null) && (encryptedId == null)) {
338 } else if ((encryptedId != null) && (baseId == null) && (nameId == null)) {
339 sb.append(encryptedId.toXMLString(includeNSPrefix, false));
H A DSubjectImpl.java62 private EncryptedID encryptedId = null; field in class:SubjectImpl
172 encryptedId = AssertionFactory.getInstance().
215 return encryptedId;
230 encryptedId = value;
346 if (encryptedId != null) {
353 sb.append(encryptedId.toXMLString(includeNSPrefix, false));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutRequestImpl.java69 private EncryptedID encryptedId; field in class:LogoutRequestImpl
175 return encryptedId;
188 this.encryptedId = value;
393 if (encryptedId != null) {
394 xmlString.append(encryptedId.toXMLString(includeNSPrefix,declareNS));
491 encryptedId =
528 if (baseId == null && nameId == null && encryptedId == null) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationImpl.java60 private EncryptedID encryptedId = null; field in class:SubjectConfirmationImpl
178 encryptedId = AssertionFactory.getInstance().
196 return encryptedId;
211 encryptedId = value;
333 if ((baseId != null) || (nameId != null) || (encryptedId != null)) {
334 if ((baseId != null) && (nameId == null) && (encryptedId == null)) {
336 } else if ((nameId != null) && (baseId == null) && (encryptedId == null)) {
338 } else if ((encryptedId != null) && (baseId == null) && (nameId == null)) {
339 sb.append(encryptedId.toXMLString(includeNSPrefix, false));
H A DSubjectImpl.java62 private EncryptedID encryptedId = null; field in class:SubjectImpl
172 encryptedId = AssertionFactory.getInstance().
215 return encryptedId;
230 encryptedId = value;
346 if (encryptedId != null) {
353 sb.append(encryptedId.toXMLString(includeNSPrefix, false));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutRequestImpl.java69 private EncryptedID encryptedId; field in class:LogoutRequestImpl
175 return encryptedId;
188 this.encryptedId = value;
393 if (encryptedId != null) {
394 xmlString.append(encryptedId.toXMLString(includeNSPrefix,declareNS));
491 encryptedId =
528 if (baseId == null && nameId == null && encryptedId == null) {

Completed in 25 milliseconds