wt.method
Interface MethodAuthenticator

All Known Implementing Classes:
FormLogin, GatewayAuthenticator, HTTPLogin, NullLogin, ReAuthAuthenticator, SimpleMethodAuthenticator, SimpleSessionAuthenticator, TransientSessionAuthenticator

public interface MethodAuthenticator

Object capable of endorsing outgoing method invocation calls so that client identity will be securely available to server-side method processing the call.

Supported API: true


Field Summary
static String versionID
           
 
Method Summary
 MethodArgs endorse(MethodArgs args)
          Supported API: true
 boolean failure(MethodArgs args, AuthenticationException e)
          Supported API: true
 RemoteMethodServer getServer()
          Supported API: true
 boolean init()
          Supported API: true
 MethodArgs newMethodArgs()
          Supported API: true
 void setServer(RemoteMethodServer server)
          Supported API: true
 

Field Detail

versionID

public static final String versionID
See Also:
Constant Field Values
Method Detail

newMethodArgs

public MethodArgs newMethodArgs()
Supported API: true


init

public boolean init()
Supported API: true


endorse

public MethodArgs endorse(MethodArgs args)
Supported API: true


failure

public boolean failure(MethodArgs args,
                       AuthenticationException e)
Supported API: true


setServer

public void setServer(RemoteMethodServer server)
Supported API: true


getServer

public RemoteMethodServer getServer()
Supported API: true