org.activemath.webapp.base
Class AuthenticationManagerService

java.lang.Object
  extended by org.activemath.webapp.base.AuthenticationManagerService

public class AuthenticationManagerService
extends Object

Remote interface for AuthenticationManager Provides selected functionality to remote components (via XML-RPC).


Method Summary
 Hashtable resolveToken(String tokenId)
          XML-RPC method Spec here: http://wiki.math-bridge.org/display/apps/TUT+Assessment+Tool+Integration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolveToken

public Hashtable resolveToken(String tokenId)
                       throws org.apache.xmlrpc.applet.XmlRpcException
XML-RPC method Spec here: http://wiki.math-bridge.org/display/apps/TUT+Assessment+Tool+Integration

Parameters:
tokenId -
Returns:
Throws:
org.apache.xmlrpc.applet.XmlRpcException