Searched refs:_AuthenticationContextStatement (Results 1 - 2 of 2) 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 DAuthnContextTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationContextStatementType _AuthenticationContextStatement; field in class:AuthnContextTypeImpl
33 return _AuthenticationContextStatement;
37 _AuthenticationContextStatement = value;
66 if ((_AuthenticationContextStatement!= null)&&(_AuthnContextStatementRef == null)) {
67 if (_AuthenticationContextStatement instanceof javax.xml.bind.Element) {
68 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationContextStatement), "AuthenticationContextStatement");
71 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticationContextStatement), "AuthenticationContextStatement");
73 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticationContextStatement), "AuthenticationContextStatement");
75 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationContextStatement), "AuthenticationContextStatement");
79 if ((_AuthenticationContextStatement
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DAuthnContextTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationContextStatementType _AuthenticationContextStatement; field in class:AuthnContextTypeImpl
33 return _AuthenticationContextStatement;
37 _AuthenticationContextStatement = value;
66 if ((_AuthenticationContextStatement!= null)&&(_AuthnContextStatementRef == null)) {
67 if (_AuthenticationContextStatement instanceof javax.xml.bind.Element) {
68 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationContextStatement), "AuthenticationContextStatement");
71 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticationContextStatement), "AuthenticationContextStatement");
73 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticationContextStatement), "AuthenticationContextStatement");
75 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationContextStatement), "AuthenticationContextStatement");
79 if ((_AuthenticationContextStatement
[all...]

Completed in 22 milliseconds