Searched defs:_AttributeOrEncryptedAttribute (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAttributeStatementTypeImpl.java16 protected com.sun.xml.bind.util.ListImpl _AttributeOrEncryptedAttribute; field in class:AttributeStatementTypeImpl
25 if (_AttributeOrEncryptedAttribute == null) {
26 _AttributeOrEncryptedAttribute = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
28 return _AttributeOrEncryptedAttribute;
43 final int len1 = ((_AttributeOrEncryptedAttribute == null)? 0 :_AttributeOrEncryptedAttribute.size());
46 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeOrEncryptedAttribute.get(idx1 ++)), "AttributeOrEncryptedAttribute");
54 final int len1 = ((_AttributeOrEncryptedAttribute == null)? 0 :_AttributeOrEncryptedAttribute.size());
57 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AttributeOrEncryptedAttribute
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAttributeStatementTypeImpl.java16 protected com.sun.xml.bind.util.ListImpl _AttributeOrEncryptedAttribute; field in class:AttributeStatementTypeImpl
25 if (_AttributeOrEncryptedAttribute == null) {
26 _AttributeOrEncryptedAttribute = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
28 return _AttributeOrEncryptedAttribute;
43 final int len1 = ((_AttributeOrEncryptedAttribute == null)? 0 :_AttributeOrEncryptedAttribute.size());
46 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeOrEncryptedAttribute.get(idx1 ++)), "AttributeOrEncryptedAttribute");
54 final int len1 = ((_AttributeOrEncryptedAttribute == null)? 0 :_AttributeOrEncryptedAttribute.size());
57 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AttributeOrEncryptedAttribute
[all...]

Completed in 92 milliseconds