public interface CommandAuthenticator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthenticated(Command command)
The given command will be authenticated by some security mechanism determined by the implementor of this method.
|
boolean isAuthenticated(Command command)
command - the command to authenticatetrue 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 placeCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.