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

/forgerock/openam-v13/openam-authentication/openam-auth-ad/src/main/java/com/sun/identity/authentication/modules/ad/
H A DADPrincipal.java25 * $Id: ADPrincipal.java,v 1.2 2008/06/25 05:41:55 qcheng Exp $
36 public class ADPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
39 public ADPrincipal(String name) { method in class:ADPrincipal
47 * Returns the AD username for this <code>ADPrincipal</code>.
49 * @return the AD username for this <code>ADPrincipal</code>.
56 * Return a string representation of this <code>ADPrincipal</code>.
58 * @return a string representation of this <code>ADPrincipal</code>.
61 return("ADPrincipal: " + name);
65 * Compares the specified Object with this <code>ADPrincipal</code>
67 * <code>ADPrincipal</cod
[all...]
/forgerock/openam/openam-authentication/openam-auth-ad/src/main/java/com/sun/identity/authentication/modules/ad/
H A DADPrincipal.java25 * $Id: ADPrincipal.java,v 1.2 2008/06/25 05:41:55 qcheng Exp $
36 public class ADPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
39 public ADPrincipal(String name) { method in class:ADPrincipal
47 * Returns the AD username for this <code>ADPrincipal</code>.
49 * @return the AD username for this <code>ADPrincipal</code>.
56 * Return a string representation of this <code>ADPrincipal</code>.
58 * @return a string representation of this <code>ADPrincipal</code>.
61 return("ADPrincipal: " + name);
65 * Compares the specified Object with this <code>ADPrincipal</code>
67 * <code>ADPrincipal</cod
[all...]

Completed in 26 milliseconds