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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPRoles.java83 static final String LDAP_USER_ROLE_ATTR = "nsrole"; field in class:LDAPRoles
640 Attribute attribute = userEntry.getAttribute(LDAP_USER_ROLE_ATTR);
718 String[] myAttrs = { LDAP_USER_ROLE_ATTR };
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPRoles.java86 static final String LDAP_USER_ROLE_ATTR = "nsrole"; field in class:LDAPRoles
640 Attribute attribute = userEntry.getAttribute(LDAP_USER_ROLE_ATTR);
718 String[] myAttrs = { LDAP_USER_ROLE_ATTR };

Completed in 1371 milliseconds