BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.security.acl
Class CachingRealm.CaseInsensitiveUserInfo

java.lang.Object
  extended byweblogic.security.acl.CachingRealm.CaseInsensitiveUserInfo
All Implemented Interfaces:
Principal, Serializable, UserInfo
Enclosing class:
CachingRealm

Deprecated. Deprecated in WebLogic Server 7.0. Replaced by the Pluggable Security Infrastructure.

protected static class CachingRealm.CaseInsensitiveUserInfo
extends Object
implements UserInfo

This class is intended for use if the auth cache is not case-sensitive.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 boolean equals(Object obj)
          Deprecated. This method will return true if the other object is a matching CaseSensitiveUserInfo object, or if it is a UserInfo object that matches the UserInfo object wrapped inside this object.
 String getName()
          Deprecated. Returns the name associated with a UserInfo.
 String getRealmName()
          Deprecated. Returns the realm name associated with a UserInfo.
 int hashCode()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
toString
 

Method Detail

equals

public boolean equals(Object obj)
Deprecated. 
This method will return true if the other object is a matching CaseSensitiveUserInfo object, or if it is a UserInfo object that matches the UserInfo object wrapped inside this object.

Specified by:
equals in interface Principal

getName

public String getName()
Deprecated. 
Description copied from interface: UserInfo
Returns the name associated with a UserInfo.

Specified by:
getName in interface UserInfo
Returns:
String username

getRealmName

public String getRealmName()
Deprecated. 
Description copied from interface: UserInfo
Returns the realm name associated with a UserInfo.

Specified by:
getRealmName in interface UserInfo
Returns:
String realm name

hashCode

public int hashCode()
Deprecated. 
Specified by:
hashCode in interface Principal

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