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

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

Completed in 47 milliseconds