BEA Systems, Inc.

weblogic.security.acl
Interface UserInfo

All Superinterfaces:
Principal, Serializable
All Known Implementing Classes:
CachingRealm.CaseInsensitiveUserInfo, DefaultUserInfoImpl, SSLUserInfo, T3User

Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure.

public interface UserInfo
extends Principal, Serializable

UserInfo objects are created by a RealmProxy and passed to the T3Client constructor. They are transmitted to the WebLogic Server, where the corresponding realm retrieves the corresponding user and checks it against the provided information.


Field Summary
static long serialVersionUID
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated. Returns the name associated with a UserInfo.
 String getRealmName()
          Deprecated. Returns the realm name associated with a UserInfo.
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Field Detail

serialVersionUID

static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values
Method Detail

getName

String getName()
Deprecated. 
Returns the name associated with a UserInfo.

Specified by:
getName in interface Principal
Returns:
String username

getRealmName

String getRealmName()
Deprecated. 
Returns the realm name associated with a UserInfo.

Returns:
String realm name

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.