Searched refs:_AssertionConsumerServiceURL (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/
H A DSPDescriptorTypeImpl.java18 protected com.sun.xml.bind.util.ListImpl _AssertionConsumerServiceURL; field in class:SPDescriptorTypeImpl
36 if (_AssertionConsumerServiceURL == null) {
37 _AssertionConsumerServiceURL = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
39 return _AssertionConsumerServiceURL;
57 final int len2 = ((_AssertionConsumerServiceURL == null)? 0 :_AssertionConsumerServiceURL.size());
62 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AssertionConsumerServiceURL.get(idx_0 ++)), "AssertionConsumerServiceURL");
65 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AssertionConsumerServiceURL.get(idx_1 ++)), "AssertionConsumerServiceURL");
67 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AssertionConsumerServiceURL.get(idx2 ++)), "AssertionConsumerServiceURL");
88 final int len2 = ((_AssertionConsumerServiceURL
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/
H A DSPDescriptorTypeImpl.java18 protected com.sun.xml.bind.util.ListImpl _AssertionConsumerServiceURL; field in class:SPDescriptorTypeImpl
36 if (_AssertionConsumerServiceURL == null) {
37 _AssertionConsumerServiceURL = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
39 return _AssertionConsumerServiceURL;
57 final int len2 = ((_AssertionConsumerServiceURL == null)? 0 :_AssertionConsumerServiceURL.size());
62 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AssertionConsumerServiceURL.get(idx_0 ++)), "AssertionConsumerServiceURL");
65 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AssertionConsumerServiceURL.get(idx_1 ++)), "AssertionConsumerServiceURL");
67 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AssertionConsumerServiceURL.get(idx2 ++)), "AssertionConsumerServiceURL");
88 final int len2 = ((_AssertionConsumerServiceURL
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DAuthnResponseEnvelopeTypeImpl.java17 protected java.lang.String _AssertionConsumerServiceURL; field in class:AuthnResponseEnvelopeTypeImpl
34 return _AssertionConsumerServiceURL;
38 _AssertionConsumerServiceURL = value;
64 context.text(((java.lang.String) _AssertionConsumerServiceURL), "AssertionConsumerServiceURL");
413 _AssertionConsumerServiceURL = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
H A DAuthnRequestEnvelopeTypeImpl.java21 protected java.lang.String _AssertionConsumerServiceURL; field in class:AuthnRequestEnvelopeTypeImpl
64 return _AssertionConsumerServiceURL;
68 _AssertionConsumerServiceURL = value;
122 context.text(((java.lang.String) _AssertionConsumerServiceURL), "AssertionConsumerServiceURL");
623 _AssertionConsumerServiceURL = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DAuthnResponseEnvelopeTypeImpl.java17 protected java.lang.String _AssertionConsumerServiceURL; field in class:AuthnResponseEnvelopeTypeImpl
34 return _AssertionConsumerServiceURL;
38 _AssertionConsumerServiceURL = value;
64 context.text(((java.lang.String) _AssertionConsumerServiceURL), "AssertionConsumerServiceURL");
413 _AssertionConsumerServiceURL = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
H A DAuthnRequestEnvelopeTypeImpl.java21 protected java.lang.String _AssertionConsumerServiceURL; field in class:AuthnRequestEnvelopeTypeImpl
64 return _AssertionConsumerServiceURL;
68 _AssertionConsumerServiceURL = value;
122 context.text(((java.lang.String) _AssertionConsumerServiceURL), "AssertionConsumerServiceURL");
623 _AssertionConsumerServiceURL = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);

Completed in 39 milliseconds