BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.security.acl
Interface UserInfo

All Known Implementing Classes:
CachingRealm.CaseInsensitiveUserInfo, DefaultUserInfoImpl

public interface UserInfo
extends java.io.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.

Author:
Copyright (c) 1997-1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 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.
 

Method Detail

getName

public java.lang.String getName()
Returns the name associated with a UserInfo.

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://www.weblogic.com/docs51