|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weblogic.security.acl.DefaultUserInfoImpl | +--weblogic.common.T3User
The T3User object is an implementation of weblogic.security.acl.defaultUserInfo that is backward compatible with WebLogic versions before 2.6.
T3Client
, Serialized FormField Summary | |
static T3User |
GUEST
Deprecated. 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(SSLCertificate c)
Deprecated. Constructs a T3User with the specified certificate. |
|
T3User(java.lang.String username,
java.lang.String password)
Deprecated. Constructs a T3User with the specified username and password. |
Method Summary | |
boolean |
equals(java.lang.Object that)
Deprecated. Checks password equality between this T3User and the specified object (that T3User). |
boolean |
equals(java.lang.String otherId,
java.lang.String pw,
java.lang.String rName)
Deprecated. Compares the equality of a T3User with an ID, a password, and a realm name. |
java.util.Vector |
getCertificates()
Deprecated. Returns the certificate of a T3User object. |
java.lang.String |
getUsername()
Deprecated. Returns the user name of a T3User object. |
int |
hashCode()
Deprecated. |
T3User |
password(java.lang.String val)
Deprecated. Sets the password of a T3User. |
T3User |
username(java.lang.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(java.lang.String username, java.lang.String password)
username
- Username for this T3Userpassword
- Password for this T3userpublic T3User(SSLCertificate c)
c
- SSLCertificate for this T3UserMethod Detail |
public T3User username(java.lang.String val)
val
- String user namepublic T3User password(java.lang.String val)
val
- String passwordpublic java.lang.String getUsername()
public java.util.Vector getCertificates()
public boolean equals(java.lang.Object that)
that
- Object that is a T3Userpublic boolean equals(java.lang.String otherId, java.lang.String pw, java.lang.String rName)
otherId
- T3User idpw
- T3User passwordrName
- T3User realmNamepublic int hashCode()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |