| 
 | Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.security.acl.DefaultUserInfoImpl
weblogic.common.T3User
public final class T3User
The T3User object is an implementation of weblogic.security.acl.defaultUserInfo that is backward compatible with WebLogic versions before 2.6.
T3Client, 
Serialized Form| Field Summary | |
|---|---|
| static T3User | GUESTDeprecated. A default T3User. | 
| Fields inherited from class weblogic.security.acl.DefaultUserInfoImpl | 
|---|
| certificates, id, password, realmName | 
| Constructor Summary | |
|---|---|
| T3User()Deprecated. Constructs an empty T3User object and initializes all its variables to empty strings. | |
| T3User(Certificate c)Deprecated. Constructs a T3User with the specified certificate. | |
| T3User(String username,
       String password)Deprecated. Constructs a T3User with the specified username and password. | |
| Method Summary | |
|---|---|
|  boolean | equals(Object that)Deprecated. Checks password equality between this T3User and the specified object (that T3User). | 
|  boolean | equals(String otherId,
       String pw,
       String rName)Deprecated. Compares the equality of a T3User with an ID, a password, and a realm name. | 
|  Vector | getCertificates()Deprecated. Returns the certificate of a T3User object. | 
|  String | getUsername()Deprecated. Returns the user name of a T3User object. | 
|  int | hashCode()Deprecated. | 
|  T3User | password(String val)Deprecated. Sets the password of a T3User. | 
|  T3User | username(String val)Deprecated. Sets the username of a T3User. | 
| Methods inherited from class weblogic.security.acl.DefaultUserInfoImpl | 
|---|
| equalsInAllButName, getName, getPassword, getRealmName, hasCertificates, hasPassword, setCredential, setName, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final T3User GUEST
| Constructor Detail | 
|---|
public T3User()
public T3User(String username,
              String password)
username - Username for this T3Userpassword - Password for this T3userpublic T3User(Certificate c)
c - Certificate for this T3User| Method Detail | 
|---|
public T3User username(String val)
val - String user name
public T3User password(String val)
val - String password
public String getUsername()
public Vector getCertificates()
getCertificates in class DefaultUserInfoImplpublic boolean equals(Object that)
equals in class DefaultUserInfoImplthat - Object that is a T3User
public boolean equals(String otherId,
                      String pw,
                      String rName)
otherId - T3User idpw - T3User passwordrName - T3User realmName
public int hashCode()
hashCode in class DefaultUserInfoImpl| 
 | Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||