BEA Systems, Inc.

weblogic.wtc.jatmi
Interface UserRec


public interface UserRec

This interface is used to implement the class that contains the user information used in creating the Tuxedo AAA token.


Method Summary
 int getAppKey()
          Gets the application key for a user.
 String getLocalUserName()
          Gets the user name of the user in WebLogic Server
 String getRemoteUserName()
          Gets the remote name of the user in Tuxedo.
 

Method Detail

getAppKey

int getAppKey()
Gets the application key for a user.

Returns:
the application key.

getRemoteUserName

String getRemoteUserName()
Gets the remote name of the user in Tuxedo.

Returns:
the name of the user.

getLocalUserName

String getLocalUserName()
Gets the user name of the user in WebLogic Server

Returns:
the name of the user.

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.