Searched refs:_AuthenticatingAuthority (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 DAuthnContextTypeImpl.java15 protected com.sun.xml.bind.util.ListImpl _AuthenticatingAuthority; field in class:AuthnContextTypeImpl
34 if (_AuthenticatingAuthority == null) {
35 _AuthenticatingAuthority = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
37 return _AuthenticatingAuthority;
68 final int len2 = ((_AuthenticatingAuthority == null)? 0 :_AuthenticatingAuthority.size());
148 context.text(((java.lang.String) _AuthenticatingAuthority.get(idx2 ++)), "AuthenticatingAuthority");
160 final int len2 = ((_AuthenticatingAuthority == null)? 0 :_AuthenticatingAuthority.size());
187 final int len2 = ((_AuthenticatingAuthority
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAuthnContextTypeImpl.java15 protected com.sun.xml.bind.util.ListImpl _AuthenticatingAuthority; field in class:AuthnContextTypeImpl
34 if (_AuthenticatingAuthority == null) {
35 _AuthenticatingAuthority = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
37 return _AuthenticatingAuthority;
68 final int len2 = ((_AuthenticatingAuthority == null)? 0 :_AuthenticatingAuthority.size());
148 context.text(((java.lang.String) _AuthenticatingAuthority.get(idx2 ++)), "AuthenticatingAuthority");
160 final int len2 = ((_AuthenticatingAuthority == null)? 0 :_AuthenticatingAuthority.size());
187 final int len2 = ((_AuthenticatingAuthority
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DAuthenticationContextStatementTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatingAuthorityType _AuthenticatingAuthority; field in class:AuthenticationContextStatementTypeImpl
49 return _AuthenticatingAuthority;
53 _AuthenticatingAuthority = value;
170 if (_AuthenticatingAuthority!= null) {
171 if (_AuthenticatingAuthority instanceof javax.xml.bind.Element) {
172 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority");
175 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority");
177 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority");
179 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority");
239 if (_AuthenticatingAuthority!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DAuthenticationContextStatementTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatingAuthorityType _AuthenticatingAuthority; field in class:AuthenticationContextStatementTypeImpl
49 return _AuthenticatingAuthority;
53 _AuthenticatingAuthority = value;
170 if (_AuthenticatingAuthority!= null) {
171 if (_AuthenticatingAuthority instanceof javax.xml.bind.Element) {
172 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority");
175 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority");
177 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority");
179 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority");
239 if (_AuthenticatingAuthority!
[all...]

Completed in 57 milliseconds