|
BEA Systems, Inc. | ||||||||||
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 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(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 T3UserMethod 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 DefaultUserInfoImpl
public boolean equals(Object that)
equals
in interface Principal
equals
in class DefaultUserInfoImpl
that
- 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 interface Principal
hashCode
in class DefaultUserInfoImpl
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |