Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.authz
Interface HasAuthzOperations

All Known Implementing Classes:
Application, Platform, Server, Service

public interface HasAuthzOperations


Method Summary
 java.lang.String getAuthzOp(java.lang.String op)
          Get the Authz permission to perform the operation.
 

Method Detail

getAuthzOp

java.lang.String getAuthzOp(java.lang.String op)
Get the Authz permission to perform the operation. e.g. getAuthzOp('create') // -> "createServer" getAuthzOp('modify') // -> "modifyServer" remove, add, view, monitor, control, manage Classes implementing this interface should return the associated operation type (as in AuthzConstants), or throw an InvalidArgument exception.


Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.