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

/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAPPrincipal.java25 * $Id: LDAPPrincipal.java,v 1.2 2008/06/25 05:41:58 qcheng Exp $
36 public class LDAPPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
42 public LDAPPrincipal(String name) { method in class:LDAPPrincipal
50 * Returns the LDAP user name for this <code>LDAPPrincipal</code>.
52 * @return the LDAP user name for this <code>LDAPPrincipal</code>.
59 * Returns a string representation of this <code>LDAPPrincipal</code>.
61 * @return a string representation of this <code>LDAPPrincipal</code>.
64 return("LDAPPrincipal: " + name);
68 * Compares the specified Object with this <code>LDAPPrincipal</code>
70 * <code>LDAPPrincipal</cod
[all...]
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAPPrincipal.java25 * $Id: LDAPPrincipal.java,v 1.2 2008/06/25 05:41:58 qcheng Exp $
36 public class LDAPPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
42 public LDAPPrincipal(String name) { method in class:LDAPPrincipal
50 * Returns the LDAP user name for this <code>LDAPPrincipal</code>.
52 * @return the LDAP user name for this <code>LDAPPrincipal</code>.
59 * Returns a string representation of this <code>LDAPPrincipal</code>.
61 * @return a string representation of this <code>LDAPPrincipal</code>.
64 return("LDAPPrincipal: " + name);
68 * Compares the specified Object with this <code>LDAPPrincipal</code>
70 * <code>LDAPPrincipal</cod
[all...]

Completed in 226 milliseconds