Searched defs:_NameIDMappingService (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 DIDPSSODescriptorTypeImpl.java18 protected com.sun.xml.bind.util.ListImpl _NameIDMappingService; field in class:IDPSSODescriptorTypeImpl
40 if (_NameIDMappingService == null) {
41 _NameIDMappingService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
43 return _NameIDMappingService;
102 final int len2 = ((_NameIDMappingService == null)? 0 :_NameIDMappingService.size());
128 if (_NameIDMappingService.get(idx2) instanceof javax.xml.bind.Element) {
129 context.childAsBody(((com.sun.xml.bind.JAXBObject) _NameIDMappingService.get(idx2 ++)), "NameIDMappingService");
133 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _NameIDMappingService.get(idx_2 ++)), "NameIDMappingService");
136 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _NameIDMappingService
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DIDPSSODescriptorTypeImpl.java18 protected com.sun.xml.bind.util.ListImpl _NameIDMappingService; field in class:IDPSSODescriptorTypeImpl
40 if (_NameIDMappingService == null) {
41 _NameIDMappingService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
43 return _NameIDMappingService;
102 final int len2 = ((_NameIDMappingService == null)? 0 :_NameIDMappingService.size());
128 if (_NameIDMappingService.get(idx2) instanceof javax.xml.bind.Element) {
129 context.childAsBody(((com.sun.xml.bind.JAXBObject) _NameIDMappingService.get(idx2 ++)), "NameIDMappingService");
133 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _NameIDMappingService.get(idx_2 ++)), "NameIDMappingService");
136 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _NameIDMappingService
[all...]

Completed in 28 milliseconds