BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.security.acl
Class CachingRealm.CaseInsensitiveUserInfo

java.lang.Object
  |
  +--weblogic.security.acl.CachingRealm.CaseInsensitiveUserInfo

protected static class CachingRealm.CaseInsensitiveUserInfo
extends java.lang.Object
implements UserInfo

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

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

Method Summary
 boolean equals(java.lang.Object obj)
          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.
 java.lang.String getName()
           
 java.lang.String getRealmName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
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.

Overrides:
equals in class java.lang.Object

getName

public java.lang.String getName()
Specified by:
getName in interface UserInfo


getRealmName

public java.lang.String getRealmName()
Specified by:
getRealmName in interface UserInfo


Documentation is available at
http://www.weblogic.com/docs51