org.rhq.enterprise.communications.command.server
Interface CommandAuthenticator


public interface CommandAuthenticator

Implementations of this class are to perform specific tasks to authenticate an incoming command. These security checks are performed above and beyond any transport layer security (such as SSL).

Author:
John Mazzitelli

Method Summary
 boolean isAuthenticated(Command command)
          The given command will be authenticated by some security mechanism determined by the implementor of this method.
 

Method Detail

isAuthenticated

boolean isAuthenticated(Command command)
The given command will be authenticated by some security mechanism determined by the implementor of this method.

Parameters:
command - the command to authenticate
Returns:
true if the command passes the security checks and can be processed. false if the command failed to be authenticated - in this case, the command should be rejected and no further processing of the command should take place


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.