com.bankframe.ejb
Interface Server.UserToken

Enclosing class:
Server

Deprecated. This interface is no longer required as an alternative method is used to cache the user token

public static interface Server.UserToken

This interface defines the methods that must be provided to determine the current user token.


Method Summary
 String getUserToken()
          Deprecated. This method returns the currently authenticated user token.
 

Method Detail

getUserToken

String getUserToken()
Deprecated. 
This method returns the currently authenticated user token.



Copyright © 2005, 2007, Oracle. All rights reserved.