org.activemath.webapp.base
Class AuthenticationManagerService
java.lang.Object
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 |
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