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

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DAuthenticationStatementTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.ps.AuthnContextType _AuthnContext; field in class:AuthenticationStatementTypeImpl
27 return _AuthnContext;
31 _AuthnContext = value;
58 if (_AuthnContext!= null) {
59 if (_AuthnContext instanceof javax.xml.bind.Element) {
60 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
63 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
65 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
67 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
95 if (_AuthnContext!
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/security/impl/
H A DSessionContextTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ps.AuthnContextType _AuthnContext; field in class:SessionContextTypeImpl
35 return _AuthnContext;
39 _AuthnContext = value;
89 if (_AuthnContext!= null) {
90 if (_AuthnContext instanceof javax.xml.bind.Element) {
91 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
94 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
96 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
98 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
121 if (_AuthnContext!
[all...]
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAuthnStatementTypeImpl.java16 protected com.sun.identity.saml2.jaxb.assertion.AuthnContextType _AuthnContext; field in class:AuthnStatementTypeImpl
29 return _AuthnContext;
33 _AuthnContext = value;
89 if (_AuthnContext instanceof javax.xml.bind.Element) {
90 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
93 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
95 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
97 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
136 if (_AuthnContext instanceof javax.xml.bind.Element) {
137 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContex
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DAuthenticationStatementTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.ps.AuthnContextType _AuthnContext; field in class:AuthenticationStatementTypeImpl
27 return _AuthnContext;
31 _AuthnContext = value;
58 if (_AuthnContext!= null) {
59 if (_AuthnContext instanceof javax.xml.bind.Element) {
60 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
63 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
65 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
67 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
95 if (_AuthnContext!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/security/impl/
H A DSessionContextTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ps.AuthnContextType _AuthnContext; field in class:SessionContextTypeImpl
35 return _AuthnContext;
39 _AuthnContext = value;
89 if (_AuthnContext!= null) {
90 if (_AuthnContext instanceof javax.xml.bind.Element) {
91 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
94 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
96 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
98 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
121 if (_AuthnContext!
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAuthnStatementTypeImpl.java16 protected com.sun.identity.saml2.jaxb.assertion.AuthnContextType _AuthnContext; field in class:AuthnStatementTypeImpl
29 return _AuthnContext;
33 _AuthnContext = value;
89 if (_AuthnContext instanceof javax.xml.bind.Element) {
90 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
93 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
95 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
97 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
136 if (_AuthnContext instanceof javax.xml.bind.Element) {
137 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContex
[all...]

Completed in 51 milliseconds