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

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

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

Methods in org.apache.qpid.server.security with parameters of type ObjectProperties
 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 ObjectProperties in org.apache.qpid.server.security.access
 

Fields in org.apache.qpid.server.security.access declared as ObjectProperties
static ObjectProperties ObjectProperties.EMPTY
           
 

Methods in org.apache.qpid.server.security.access with parameters of type ObjectProperties
 boolean ObjectProperties.matches(ObjectProperties properties)
           
 

Constructors in org.apache.qpid.server.security.access with parameters of type ObjectProperties
ObjectProperties(ObjectProperties copy)
           
 

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

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



Licensed to the Apache Software Foundation