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

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DSubjectTypeImpl.java14 protected com.sun.identity.saml2.jaxb.assertion.EncryptedElementType _EncryptedID; field in class:SubjectTypeImpl
26 return _EncryptedID;
30 _EncryptedID = value;
70 if (((_EncryptedID == null)&&(_NameID == null))&&(_BaseID!= null)) {
83 if (((_EncryptedID == null)&&(_NameID!= null))&&(_BaseID == null)) {
96 if (((_EncryptedID!= null)&&(_NameID == null))&&(_BaseID == null)) {
97 if (_EncryptedID instanceof javax.xml.bind.Element) {
98 context.childAsBody(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedID");
101 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedID");
103 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedI
[all...]
H A DSubjectConfirmationTypeImpl.java15 protected com.sun.identity.saml2.jaxb.assertion.EncryptedElementType _EncryptedID; field in class:SubjectConfirmationTypeImpl
35 return _EncryptedID;
39 _EncryptedID = value;
73 if (((_EncryptedID == null)&&(_NameID == null))&&(_BaseID!= null)) {
86 if (((_EncryptedID == null)&&(_NameID!= null))&&(_BaseID == null)) {
99 if (((_EncryptedID!= null)&&(_NameID == null))&&(_BaseID == null)) {
100 if (_EncryptedID instanceof javax.xml.bind.Element) {
101 context.childAsBody(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedID");
104 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedID");
106 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedI
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DSubjectTypeImpl.java14 protected com.sun.identity.saml2.jaxb.assertion.EncryptedElementType _EncryptedID; field in class:SubjectTypeImpl
26 return _EncryptedID;
30 _EncryptedID = value;
70 if (((_EncryptedID == null)&&(_NameID == null))&&(_BaseID!= null)) {
83 if (((_EncryptedID == null)&&(_NameID!= null))&&(_BaseID == null)) {
96 if (((_EncryptedID!= null)&&(_NameID == null))&&(_BaseID == null)) {
97 if (_EncryptedID instanceof javax.xml.bind.Element) {
98 context.childAsBody(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedID");
101 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedID");
103 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedI
[all...]
H A DSubjectConfirmationTypeImpl.java15 protected com.sun.identity.saml2.jaxb.assertion.EncryptedElementType _EncryptedID; field in class:SubjectConfirmationTypeImpl
35 return _EncryptedID;
39 _EncryptedID = value;
73 if (((_EncryptedID == null)&&(_NameID == null))&&(_BaseID!= null)) {
86 if (((_EncryptedID == null)&&(_NameID!= null))&&(_BaseID == null)) {
99 if (((_EncryptedID!= null)&&(_NameID == null))&&(_BaseID == null)) {
100 if (_EncryptedID instanceof javax.xml.bind.Element) {
101 context.childAsBody(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedID");
104 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedID");
106 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _EncryptedID), "EncryptedI
[all...]

Completed in 1721 milliseconds