Searched refs:_XACMLAuthzService (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DXACMLPDPDescriptorTypeImpl.java16 protected com.sun.xml.bind.util.ListImpl _XACMLAuthzService; field in class:XACMLPDPDescriptorTypeImpl
25 if (_XACMLAuthzService == null) {
26 _XACMLAuthzService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
28 return _XACMLAuthzService;
43 final int len1 = ((_XACMLAuthzService == null)? 0 :_XACMLAuthzService.size());
46 if (_XACMLAuthzService.get(idx1) instanceof javax.xml.bind.Element) {
47 context.childAsBody(((com.sun.xml.bind.JAXBObject) _XACMLAuthzService.get(idx1 ++)), "XACMLAuthzService");
51 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _XACMLAuthzService.get(idx_0 ++)), "XACMLAuthzService");
54 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _XACMLAuthzService
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DXACMLPDPDescriptorTypeImpl.java16 protected com.sun.xml.bind.util.ListImpl _XACMLAuthzService; field in class:XACMLPDPDescriptorTypeImpl
25 if (_XACMLAuthzService == null) {
26 _XACMLAuthzService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
28 return _XACMLAuthzService;
43 final int len1 = ((_XACMLAuthzService == null)? 0 :_XACMLAuthzService.size());
46 if (_XACMLAuthzService.get(idx1) instanceof javax.xml.bind.Element) {
47 context.childAsBody(((com.sun.xml.bind.JAXBObject) _XACMLAuthzService.get(idx1 ++)), "XACMLAuthzService");
51 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _XACMLAuthzService.get(idx_0 ++)), "XACMLAuthzService");
54 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _XACMLAuthzService
[all...]

Completed in 37 milliseconds