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

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/authentication/modules/sae/
H A DSAEPrincipal.java25 * $Id: SAEPrincipal.java,v 1.2 2008/06/25 05:49:31 qcheng Exp $
40 public class SAEPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
47 public SAEPrincipal (String name) { method in class:SAEPrincipal
55 * Returns the username for this <code>SAEPrincipal</code>.
59 * @return the username for this <code>SAEPrincipal</code>
66 * Returns a string representation of this <code>SAEPrincipal</code>.
70 * @return a string representation of this <code>SAEPrincipal</code>.
73 return("SAEPrincipal: " + name);
77 * Compares the specified Object with this <code>SAEPrincipal</code>
79 * <code>SAEPrincipal</cod
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/authentication/modules/sae/
H A DSAEPrincipal.java25 * $Id: SAEPrincipal.java,v 1.2 2008/06/25 05:49:31 qcheng Exp $
40 public class SAEPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
47 public SAEPrincipal (String name) { method in class:SAEPrincipal
55 * Returns the username for this <code>SAEPrincipal</code>.
59 * @return the username for this <code>SAEPrincipal</code>
66 * Returns a string representation of this <code>SAEPrincipal</code>.
70 * @return a string representation of this <code>SAEPrincipal</code>.
73 return("SAEPrincipal: " + name);
77 * Compares the specified Object with this <code>SAEPrincipal</code>
79 * <code>SAEPrincipal</cod
[all...]

Completed in 20 milliseconds