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.

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