Uses of Interface
org.apache.qpid.server.security.auth.manager.AuthenticationManager

Packages that use AuthenticationManager
org.apache.qpid.server.registry   
org.apache.qpid.server.security.auth.manager   
org.apache.qpid.server.virtualhost   
 

Uses of AuthenticationManager in org.apache.qpid.server.registry
 

Fields in org.apache.qpid.server.registry declared as AuthenticationManager
protected  AuthenticationManager ApplicationRegistry._authenticationManager
           
 

Methods in org.apache.qpid.server.registry that return AuthenticationManager
 AuthenticationManager IApplicationRegistry.getAuthenticationManager()
           
 AuthenticationManager ApplicationRegistry.getAuthenticationManager()
           
 

Uses of AuthenticationManager in org.apache.qpid.server.security.auth.manager
 

Classes in org.apache.qpid.server.security.auth.manager that implement AuthenticationManager
 class PrincipalDatabaseAuthenticationManager
           
 

Uses of AuthenticationManager in org.apache.qpid.server.virtualhost
 

Methods in org.apache.qpid.server.virtualhost that return AuthenticationManager
 AuthenticationManager VirtualHost.getAuthenticationManager()
           
 AuthenticationManager VirtualHostImpl.getAuthenticationManager()
           
 



Licensed to the Apache Software Foundation