Uses of Class
org.apache.qpid.server.security.access.Operation

Packages that use Operation
org.apache.qpid.server.security   
org.apache.qpid.server.security.access   
org.apache.qpid.server.security.access.plugins   
 

Uses of Operation in org.apache.qpid.server.security
 

Methods in org.apache.qpid.server.security with parameters of type Operation
 Result SecurityPlugin.authorise(Operation operation, ObjectType objectType, ObjectProperties properties)
          Authorise an operation on an object defined by a set of properties.
abstract  Result AbstractPlugin.authorise(Operation operation, ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authorise(Operation operation, ObjectType objectType, ObjectProperties properties)
           
 boolean SecurityManager.authoriseMethod(Operation operation, String componentName, String methodName)
           
 

Uses of Operation in org.apache.qpid.server.security.access
 

Methods in org.apache.qpid.server.security.access that return Operation
static Operation Operation.parse(String text)
           
static Operation Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operation[] Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.server.security.access that return types with arguments of type Operation
 Set<Operation> ObjectType.getActions()
           
 

Methods in org.apache.qpid.server.security.access with parameters of type Operation
 boolean ObjectType.isAllowed(Operation operation)
           
 

Uses of Operation in org.apache.qpid.server.security.access.plugins
 

Methods in org.apache.qpid.server.security.access.plugins with parameters of type Operation
 Result BasicPlugin.authorise(Operation operation, ObjectType objectType, ObjectProperties properties)
           
 



Licensed to the Apache Software Foundation