Uses of Package
org.apache.qpid.server.security

Packages that use org.apache.qpid.server.security
org.apache.qpid.server.plugins   
org.apache.qpid.server.protocol   
org.apache.qpid.server.queue   
org.apache.qpid.server.registry   
org.apache.qpid.server.security   
org.apache.qpid.server.security.access.plugins   
org.apache.qpid.server.transport   
org.apache.qpid.server.virtualhost   
 

Classes in org.apache.qpid.server.security used by org.apache.qpid.server.plugins
SecurityPluginFactory
          The factory that generates instances of security plugins.
 

Classes in org.apache.qpid.server.security used by org.apache.qpid.server.protocol
PrincipalHolder
           
 

Classes in org.apache.qpid.server.security used by org.apache.qpid.server.queue
PrincipalHolder
           
 

Classes in org.apache.qpid.server.security used by org.apache.qpid.server.registry
SecurityManager
          The security manager contains references to all loaded SecurityPlugins and delegates security decisions to them based on virtual host name.
 

Classes in org.apache.qpid.server.security used by org.apache.qpid.server.security
AbstractPlugin
          This is intended as the parent for all simple plugins.
Result
          The result of a security plugin decision, normally Result.ALLOWED or Result.DENIED.
SecurityManager
          The security manager contains references to all loaded SecurityPlugins and delegates security decisions to them based on virtual host name.
SecurityPlugin
          The two methods, SecurityPlugin.access(ObjectType, Object) and SecurityPlugin.authorise(Operation, ObjectType, ObjectProperties), return the Result of the security decision, which may be to Result.ABSTAIN if no decision is made by this plugin.
SecurityPluginFactory
          The factory that generates instances of security plugins.
 

Classes in org.apache.qpid.server.security used by org.apache.qpid.server.security.access.plugins
AbstractPlugin
          This is intended as the parent for all simple plugins.
Result
          The result of a security plugin decision, normally Result.ALLOWED or Result.DENIED.
SecurityPlugin
          The two methods, SecurityPlugin.access(ObjectType, Object) and SecurityPlugin.authorise(Operation, ObjectType, ObjectProperties), return the Result of the security decision, which may be to Result.ABSTAIN if no decision is made by this plugin.
SecurityPluginFactory
          The factory that generates instances of security plugins.
 

Classes in org.apache.qpid.server.security used by org.apache.qpid.server.transport
PrincipalHolder
           
 

Classes in org.apache.qpid.server.security used by org.apache.qpid.server.virtualhost
SecurityManager
          The security manager contains references to all loaded SecurityPlugins and delegates security decisions to them based on virtual host name.
 



Licensed to the Apache Software Foundation