BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.security.acl
Interface UserInfo

All Known Implementing Classes:
CachingRealm.CaseInsensitiveUserInfo, DefaultUserInfoImpl

public interface UserInfo
extends java.io.Serializable, java.security.Principal

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.

Author:
Copyright (c) 1997-1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

getName

public java.lang.String getName()
Returns the name associated with a UserInfo.
Specified by:
getName in interface java.security.Principal

Returns:
String username

getRealmName

public java.lang.String getRealmName()
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/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.