Searched refs:_AuthenticationMethod (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/ac/impl/
H A DAuthenticationContextStatementTypeImpl.java21 protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationMethodType _AuthenticationMethod; field in class:AuthenticationContextStatementTypeImpl
89 return _AuthenticationMethod;
93 _AuthenticationMethod = value;
144 if (_AuthenticationMethod!= null) {
145 if (_AuthenticationMethod instanceof javax.xml.bind.Element) {
146 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod");
149 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod");
151 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod");
153 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod");
229 if (_AuthenticationMethod!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DAuthenticationContextStatementTypeImpl.java21 protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationMethodType _AuthenticationMethod; field in class:AuthenticationContextStatementTypeImpl
89 return _AuthenticationMethod;
93 _AuthenticationMethod = value;
144 if (_AuthenticationMethod!= null) {
145 if (_AuthenticationMethod instanceof javax.xml.bind.Element) {
146 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod");
149 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod");
151 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod");
153 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod");
229 if (_AuthenticationMethod!
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/impl/
H A DAuthenticationQueryTypeImpl.java16 protected java.lang.String _AuthenticationMethod; field in class:AuthenticationQueryTypeImpl
25 return _AuthenticationMethod;
29 _AuthenticationMethod = value;
45 if (_AuthenticationMethod!= null) {
48 context.text(((java.lang.String) _AuthenticationMethod), "AuthenticationMethod");
193 _AuthenticationMethod = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/impl/
H A DAuthenticationQueryTypeImpl.java16 protected java.lang.String _AuthenticationMethod; field in class:AuthenticationQueryTypeImpl
25 return _AuthenticationMethod;
29 _AuthenticationMethod = value;
45 if (_AuthenticationMethod!= null) {
48 context.text(((java.lang.String) _AuthenticationMethod), "AuthenticationMethod");
193 _AuthenticationMethod = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/assertion/impl/
H A DAuthenticationStatementTypeImpl.java19 protected java.lang.String _AuthenticationMethod; field in class:AuthenticationStatementTypeImpl
55 return _AuthenticationMethod;
59 _AuthenticationMethod = value;
116 context.text(((java.lang.String) _AuthenticationMethod), "AuthenticationMethod");
379 _AuthenticationMethod = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/assertion/impl/
H A DAuthenticationStatementTypeImpl.java19 protected java.lang.String _AuthenticationMethod; field in class:AuthenticationStatementTypeImpl
55 return _AuthenticationMethod;
59 _AuthenticationMethod = value;
116 context.text(((java.lang.String) _AuthenticationMethod), "AuthenticationMethod");
379 _AuthenticationMethod = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);

Completed in 38 milliseconds