Searched defs:LDAP_STATUS_ATTR_NAME (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DLdapSPValidator.java72 private static final String LDAP_STATUS_ATTR_NAME = field in class:LdapSPValidator
251 returnAttrs.add(LDAP_STATUS_ATTR_NAME);
278 Set attrvalues = (Set)attributes.get(LDAP_STATUS_ATTR_NAME);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/agent/
H A DTokenRestrictionResolverTest.java55 private final static String LDAP_STATUS_ATTR_NAME = "sunIdentityServerDeviceStatus"; field in class:TokenRestrictionResolverTest
117 attributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("not active")));
133 attributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("Active")));
147 attributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("Active")));
163 attributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("Active")));
179 attributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("Active")));
195 attributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("Active")));
215 attributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("Active")));
241 firstAgentAttributes.put(LDAP_STATUS_ATTR_NAME, new HashSet<>(Collections.singletonList("Active")));
246 secondAgentAttributes.put(LDAP_STATUS_ATTR_NAME, ne
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/agent/
H A DTokenRestrictionResolver.java60 private static final String LDAP_STATUS_ATTR_NAME = "sunIdentityServerDeviceStatus"; field in class:TokenRestrictionResolver
201 returnAttributes.add(LDAP_STATUS_ATTR_NAME);
252 Set<String> statusAttributeValues = attributes.get(LDAP_STATUS_ATTR_NAME);

Completed in 29 milliseconds