Searched defs:getAuthID (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPUser.java99 protected String getAuthID() { method in class:LDAPUser
H A DServerInstance.java109 public synchronized String getAuthID() { method in class:ServerInstance
110 return user.getAuthID();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPUser.java99 protected String getAuthID() { method in class:LDAPUser
H A DServerInstance.java109 public synchronized String getAuthID() { method in class:ServerInstance
110 return user.getAuthID();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java741 authID = getAuthID(saslProperties, authID, name);
1041 private String getAuthID(Map<String, List<String>> saslProperties, String authID, String name) throws ClientException method in class:LDAPAuthenticationHandler
1231 authID = getAuthID(saslProperties, authID, name);
2820 authID = getAuthID(saslProperties, authID, name);

Completed in 37 milliseconds