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

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

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

Methods in org.apache.qpid.server.security with parameters of type ObjectType
 Result SecurityPlugin.access(ObjectType objectType, Object instance)
          Authorise access granted to an object instance.
abstract  Result AbstractPlugin.access(ObjectType object, Object instance)
           
 Result AbstractProxyPlugin.access(ObjectType objectType, Object instance)
           
 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)
           
 Result AbstractProxyPlugin.authoriseAccess(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authoriseBind(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authoriseConsume(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authoriseCreate(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authoriseDelete(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authoriseExecute(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authorisePublish(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authorisePurge(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authoriseUnbind(ObjectType object, ObjectProperties properties)
           
 Result AbstractProxyPlugin.authoriseUpdate(ObjectType object, ObjectProperties properties)
           
 

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

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

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

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



Licensed to the Apache Software Foundation