Searched refs:_AuthenticationQuery (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/protocol/impl/
H A DRequestTypeImpl.java22 protected com.sun.identity.liberty.ws.common.jaxb.protocol.AuthenticationQueryType _AuthenticationQuery; field in class:RequestTypeImpl
85 return _AuthenticationQuery;
89 _AuthenticationQuery = value;
104 if (((((((((_AssertionIDReference == null)? 0 :_AssertionIDReference.size()) == 0)&&(_SubjectQuery == null))&&(_AuthenticationQuery == null))&&(_Query!= null))&&(_AuthorizationDecisionQuery == null))&&(_AttributeQuery == null))&&(((_AssertionArtifact == null)? 0 :_AssertionArtifact.size()) == 0)) {
117 if (((((((((_AssertionIDReference == null)? 0 :_AssertionIDReference.size()) == 0)&&(_SubjectQuery!= null))&&(_AuthenticationQuery == null))&&(_Query == null))&&(_AuthorizationDecisionQuery == null))&&(_AttributeQuery == null))&&(((_AssertionArtifact == null)? 0 :_AssertionArtifact.size()) == 0)) {
130 if (((((((((_AssertionIDReference == null)? 0 :_AssertionIDReference.size()) == 0)&&(_SubjectQuery == null))&&(_AuthenticationQuery!= null))&&(_Query == null))&&(_AuthorizationDecisionQuery == null))&&(_AttributeQuery == null))&&(((_AssertionArtifact == null)? 0 :_AssertionArtifact.size()) == 0)) {
131 if (_AuthenticationQuery instanceof javax.xml.bind.Element) {
132 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationQuery), "AuthenticationQuery");
135 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticationQuery), "AuthenticationQuery");
137 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticationQuery), "AuthenticationQuer
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/impl/
H A DRequestTypeImpl.java22 protected com.sun.identity.liberty.ws.common.jaxb.protocol.AuthenticationQueryType _AuthenticationQuery; field in class:RequestTypeImpl
85 return _AuthenticationQuery;
89 _AuthenticationQuery = value;
104 if (((((((((_AssertionIDReference == null)? 0 :_AssertionIDReference.size()) == 0)&&(_SubjectQuery == null))&&(_AuthenticationQuery == null))&&(_Query!= null))&&(_AuthorizationDecisionQuery == null))&&(_AttributeQuery == null))&&(((_AssertionArtifact == null)? 0 :_AssertionArtifact.size()) == 0)) {
117 if (((((((((_AssertionIDReference == null)? 0 :_AssertionIDReference.size()) == 0)&&(_SubjectQuery!= null))&&(_AuthenticationQuery == null))&&(_Query == null))&&(_AuthorizationDecisionQuery == null))&&(_AttributeQuery == null))&&(((_AssertionArtifact == null)? 0 :_AssertionArtifact.size()) == 0)) {
130 if (((((((((_AssertionIDReference == null)? 0 :_AssertionIDReference.size()) == 0)&&(_SubjectQuery == null))&&(_AuthenticationQuery!= null))&&(_Query == null))&&(_AuthorizationDecisionQuery == null))&&(_AttributeQuery == null))&&(((_AssertionArtifact == null)? 0 :_AssertionArtifact.size()) == 0)) {
131 if (_AuthenticationQuery instanceof javax.xml.bind.Element) {
132 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationQuery), "AuthenticationQuery");
135 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticationQuery), "AuthenticationQuery");
137 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticationQuery), "AuthenticationQuer
[all...]

Completed in 29 milliseconds