Uses of Interface
org.apache.jetspeed.security.AuthenticationProviderProxy

Packages that use AuthenticationProviderProxy
org.apache.jetspeed.security   
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
 

Uses of AuthenticationProviderProxy in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return AuthenticationProviderProxy
 AuthenticationProviderProxy SecurityProvider.getAuthenticationProviderProxy()
           Getter for the AuthenticationProviderProxy
 

Uses of AuthenticationProviderProxy in org.apache.jetspeed.security.impl
 

Classes in org.apache.jetspeed.security.impl that implement AuthenticationProviderProxy
 class AuthenticationProviderProxyImpl
           
 

Fields in org.apache.jetspeed.security.impl declared as AuthenticationProviderProxy
private  AuthenticationProviderProxy UserManagerImpl.atnProviderProxy
          The authenticatino provider proxy.
private  AuthenticationProviderProxy GroupManagerImpl.atnProviderProxy
          The authentication provider proxy.
private  AuthenticationProviderProxy SecurityProviderImpl.atnProviderProxy
          The AuthenticationProviderProxy.
private  AuthenticationProviderProxy RoleManagerImpl.atnProviderProxy
          The authentication provider proxy.
 

Methods in org.apache.jetspeed.security.impl that return AuthenticationProviderProxy
 AuthenticationProviderProxy SecurityProviderImpl.getAuthenticationProviderProxy()
           
 

Constructors in org.apache.jetspeed.security.impl with parameters of type AuthenticationProviderProxy
SecurityProviderImpl(AuthenticationProviderProxy atnProviderProxy, RoleSecurityHandler roleSecurityHandler, GroupSecurityHandler groupSecurityHandler, SecurityMappingHandler securityMappingHandler)
           Constructor configuring the security services with the correct security handlers.
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.