Searched defs:LDAP_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.java70 private static final String LDAP_ATTR_NAME = field in class:LdapSPValidator
182 Set attrValues = (Set)attributes.get(LDAP_ATTR_NAME);
242 searchParams.put(LDAP_ATTR_NAME, attrValues);
250 returnAttrs.add(LDAP_ATTR_NAME);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/agent/
H A DTokenRestrictionResolverTest.java56 private final static String LDAP_ATTR_NAME = "sunIdentityServerDeviceKeyValue"; field in class:TokenRestrictionResolverTest
118 attributes.put(LDAP_ATTR_NAME,
148 attributes.put(LDAP_ATTR_NAME,
164 attributes.put(LDAP_ATTR_NAME,
180 attributes.put(LDAP_ATTR_NAME,
196 attributes.put(LDAP_ATTR_NAME,
216 attributes.put(LDAP_ATTR_NAME,
242 firstAgentAttributes.put(LDAP_ATTR_NAME,
247 secondAgentAttributes.put(LDAP_ATTR_NAME,
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/agent/
H A DTokenRestrictionResolver.java59 private static final String LDAP_ATTR_NAME = "sunIdentityServerDeviceKeyValue"; field in class:TokenRestrictionResolver
198 searchParameters.put(LDAP_ATTR_NAME, attributeValues);
200 returnAttributes.add(LDAP_ATTR_NAME);
235 Set<String> agentAttributeValues = agentAttributes.get(LDAP_ATTR_NAME);

Completed in 29 milliseconds