Searched refs:_SingleLogoutService (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 DSSODescriptorTypeImpl.java19 protected com.sun.xml.bind.util.ListImpl _SingleLogoutService; field in class:SSODescriptorTypeImpl
61 if (_SingleLogoutService == null) {
62 _SingleLogoutService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
64 return _SingleLogoutService;
85 final int len4 = ((_SingleLogoutService == null)? 0 :_SingleLogoutService.size());
103 if (_SingleLogoutService.get(idx4) instanceof javax.xml.bind.Element) {
104 context.childAsBody(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx4 ++)), "SingleLogoutService");
108 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx_2 ++)), "SingleLogoutService");
111 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SingleLogoutService
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DSSODescriptorTypeImpl.java19 protected com.sun.xml.bind.util.ListImpl _SingleLogoutService; field in class:SSODescriptorTypeImpl
61 if (_SingleLogoutService == null) {
62 _SingleLogoutService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
64 return _SingleLogoutService;
85 final int len4 = ((_SingleLogoutService == null)? 0 :_SingleLogoutService.size());
103 if (_SingleLogoutService.get(idx4) instanceof javax.xml.bind.Element) {
104 context.childAsBody(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx4 ++)), "SingleLogoutService");
108 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx_2 ++)), "SingleLogoutService");
111 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SingleLogoutService
[all...]

Completed in 49 milliseconds