BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

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

Returns:
the application key.

getLocalUserName

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

Returns:
the name of the user.

getRemoteUserName

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

Returns:
the name of the user.

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