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

/forgerock/openam-v13/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/
H A DSecurIDPrincipal.java25 * $Id: SecurIDPrincipal.java,v 1.2 2008/09/04 23:36:24 bigfatrat Exp $
39 public class SecurIDPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
47 public SecurIDPrincipal(String name) { method in class:SecurIDPrincipal
55 * Return the SecurID username for this <code>SecurIDPrincipal</code>.
59 * @return the SecurID username for this <code>SecurIDPrincipal</code>
66 * Return a string representation of this <code>SecurIDPrincipal</code>.
70 * @return a string representation of this <code>SecurIDPrincipal</code>.
73 return("SecurIDPrincipal: " + name);
77 * Compares the specified Object with this <code>SecurIDPrincipal</code>
79 * <code>SecurIDPrincipal</cod
[all...]
/forgerock/openam/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/
H A DSecurIDPrincipal.java25 * $Id: SecurIDPrincipal.java,v 1.2 2008/09/04 23:36:24 bigfatrat Exp $
39 public class SecurIDPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
47 public SecurIDPrincipal(String name) { method in class:SecurIDPrincipal
55 * Return the SecurID username for this <code>SecurIDPrincipal</code>.
59 * @return the SecurID username for this <code>SecurIDPrincipal</code>
66 * Return a string representation of this <code>SecurIDPrincipal</code>.
70 * @return a string representation of this <code>SecurIDPrincipal</code>.
73 return("SecurIDPrincipal: " + name);
77 * Compares the specified Object with this <code>SecurIDPrincipal</code>
79 * <code>SecurIDPrincipal</cod
[all...]

Completed in 20 milliseconds