[Java] Annotation Type r1.rpc.RPCAuthenticator

[Java] Annotation Type r1.rpc.RPCAuthenticator

Server API

r1.rpc.aop
Interface RPCAuthenticator


public interface RPCAuthenticator

This interface is to be implemented by a custom authenticator, whose class name is specified in the checkAuthentication annotation value in r1.rpc.aop.RPCInterceptor.

See Also:
WebTierUtils, RPCInterceptor

Method Summary
 void checkAuthentication(java.lang.reflect.Method method)
          Implement this method to do any custom authentication based on any dimensions such as method and the user.
 

Method Detail

checkAuthentication

void checkAuthentication(java.lang.reflect.Method method)
                         throws java.lang.Exception
Implement this method to do any custom authentication based on any dimensions such as method and the user.

Throws:
java.lang.Exception