Searched defs:_AttributeProfile (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DAttributeAuthorityDescriptorTypeImpl.java17 protected com.sun.xml.bind.util.ListImpl _AttributeProfile; field in class:AttributeAuthorityDescriptorTypeImpl
40 if (_AttributeProfile == null) {
41 _AttributeProfile = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
43 return _AttributeProfile;
93 final int len2 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
171 context.text(((java.lang.String) _AttributeProfile.get(idx2 ++)), "AttributeProfile");
200 final int len2 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
251 final int len2 = ((_AttributeProfile
[all...]
H A DIDPSSODescriptorTypeImpl.java19 protected com.sun.xml.bind.util.ListImpl _AttributeProfile; field in class:IDPSSODescriptorTypeImpl
51 if (_AttributeProfile == null) {
52 _AttributeProfile = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
54 return _AttributeProfile;
104 final int len3 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
174 context.text(((java.lang.String) _AttributeProfile.get(idx3 ++)), "AttributeProfile");
203 final int len3 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
263 final int len3 = ((_AttributeProfile
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DAttributeAuthorityDescriptorTypeImpl.java17 protected com.sun.xml.bind.util.ListImpl _AttributeProfile; field in class:AttributeAuthorityDescriptorTypeImpl
40 if (_AttributeProfile == null) {
41 _AttributeProfile = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
43 return _AttributeProfile;
93 final int len2 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
171 context.text(((java.lang.String) _AttributeProfile.get(idx2 ++)), "AttributeProfile");
200 final int len2 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
251 final int len2 = ((_AttributeProfile
[all...]
H A DIDPSSODescriptorTypeImpl.java19 protected com.sun.xml.bind.util.ListImpl _AttributeProfile; field in class:IDPSSODescriptorTypeImpl
51 if (_AttributeProfile == null) {
52 _AttributeProfile = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
54 return _AttributeProfile;
104 final int len3 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
174 context.text(((java.lang.String) _AttributeProfile.get(idx3 ++)), "AttributeProfile");
203 final int len3 = ((_AttributeProfile == null)? 0 :_AttributeProfile.size());
263 final int len3 = ((_AttributeProfile
[all...]

Completed in 33 milliseconds