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

Packages that use AuthenticationProviderProxy
org.apache.jetspeed.security Jetspeed security service interfaces. 
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
           
 

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-2009 Apache Software Foundation. All Rights Reserved.