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

/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNPrincipal.java25 * $Id: MSISDNPrincipal.java,v 1.2 2008/06/25 05:41:59 qcheng Exp $
37 public class MSISDNPrincipal implements Principal, Serializable { class in inherits:Principal,Serializable
43 public MSISDNPrincipal (String name) { method in class:MSISDNPrincipal
51 * Returns the user name for this <code>MSISDNPrincipal</code>.
53 * @return the user name for this <code>MSISDNPrincipal</code>.
60 * Returns a string representation of this <code>MSISDNPrincipal</code>.
62 * @return a string representation of this <code>MSISDNPrincipal</code>.
65 return("MSISDNPrincipal: " + name);
69 * Compares the specified Object with this <code>MSISDNPrincipal</code>
71 * <code>MSISDNPrincipal</cod
[all...]
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNPrincipal.java25 * $Id: MSISDNPrincipal.java,v 1.2 2008/06/25 05:41:59 qcheng Exp $
37 public class MSISDNPrincipal implements Principal, Serializable { class in inherits:Principal,Serializable
43 public MSISDNPrincipal (String name) { method in class:MSISDNPrincipal
51 * Returns the user name for this <code>MSISDNPrincipal</code>.
53 * @return the user name for this <code>MSISDNPrincipal</code>.
60 * Returns a string representation of this <code>MSISDNPrincipal</code>.
62 * @return a string representation of this <code>MSISDNPrincipal</code>.
65 return("MSISDNPrincipal: " + name);
69 * Compares the specified Object with this <code>MSISDNPrincipal</code>
71 * <code>MSISDNPrincipal</cod
[all...]

Completed in 1103 milliseconds