Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

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.

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04