Searched refs:JDBCPrincipal (Results 1 - 4 of 4) sorted by relevance

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

Completed in 45 milliseconds