org.rhq.enterprise.server.core.comm
Class SecurityTokenCommandAuthenticator

java.lang.Object
  extended by org.rhq.enterprise.server.core.comm.SecurityTokenCommandAuthenticator
All Implemented Interfaces:
CommandAuthenticator

public class SecurityTokenCommandAuthenticator
extends Object
implements CommandAuthenticator

This command authenticator implementation is designed to be installed on the JON Server so it can authenticate JON Agents that are sending commands. It performs the necessary checks on the security token found within the command in order to ensure the authenticity of the agent sending the command.

Author:
John Mazzitelli

Constructor Summary
SecurityTokenCommandAuthenticator()
           
 
Method Summary
 boolean isAuthenticated(Command command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityTokenCommandAuthenticator

public SecurityTokenCommandAuthenticator()
Method Detail

isAuthenticated

public boolean isAuthenticated(Command command)
Specified by:
isAuthenticated in interface CommandAuthenticator
See Also:
CommandAuthenticator.isAuthenticated(Command)


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