Searched defs:_attributes (Results 1 - 10 of 10) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealmAuthenticationResult.java57 return _attributes;
62 _attributes = attributes;
64 _attributes = new HashSet();
73 private Set _attributes; field in class:AmRealmAuthenticationResult
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java45 private List _attributes = null; field in class:AttributeStatement
115 if (_attributes == null) {
116 _attributes = new ArrayList();
118 if (!_attributes.add(createAttribute(
152 if (_attributes == null || _attributes.isEmpty()) {
191 if (_attributes == null) {
192 _attributes = new ArrayList();
194 _attributes = attribute;
202 return _attributes;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java45 private List _attributes = null; field in class:AttributeStatement
115 if (_attributes == null) {
116 _attributes = new ArrayList();
118 if (!_attributes.add(createAttribute(
152 if (_attributes == null || _attributes.isEmpty()) {
191 if (_attributes == null) {
192 _attributes = new ArrayList();
194 _attributes = attribute;
202 return _attributes;
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DTransportToken.java267 return _attributes;
288 private TreeMap _attributes = new TreeMap(); field in class:TransportToken
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1611 private final String[] _attributes; field in class:AciTests.SingleSearchParams
1647 _attributes = attributes;
1660 _attributes = new String[0];
1704 for (String attribute : _attributes)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1600 private final String[] _attributes; field in class:AciTests.SingleSearchParams
1636 _attributes = attributes;
1649 _attributes = new String[0];
1689 for (String attribute : _attributes)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1611 private final String[] _attributes; field in class:AciTests.SingleSearchParams
1647 _attributes = attributes;
1660 _attributes = new String[0];
1704 for (String attribute : _attributes)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1600 private final String[] _attributes; field in class:AciTests.SingleSearchParams
1636 _attributes = attributes;
1649 _attributes = new String[0];
1689 for (String attribute : _attributes)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1611 private final String[] _attributes; field in class:AciTests.SingleSearchParams
1647 _attributes = attributes;
1660 _attributes = new String[0];
1704 for (String attribute : _attributes)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java1602 private final String[] _attributes; field in class:AciTests.SingleSearchParams
1638 _attributes = attributes;
1651 _attributes = new String[0];
1691 Collections.addAll(args, _attributes);

Completed in 122 milliseconds