org.clazzes.remoting.beans
Interface SessionAuthenticator


public interface SessionAuthenticator

Implementations of this interface are responsible for creating authentication credentials for recognition of a corresponding BeanCallAuthManager on the server.

Author:
wglas

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> createCredentials(java.rmi.server.UID sessionId)
           
 

Method Detail

createCredentials

java.util.Map<java.lang.String,java.lang.Object> createCredentials(java.rmi.server.UID sessionId)
Parameters:
sessionId - The client session ID as returned by Client#getSessionId().
Returns:
A Map containing the metadata to be attached to the invocation request.


Copyright © 2010. All Rights Reserved.