org.apache.jetspeed.security
Interface SecurityProvider

All Known Implementing Classes:
SecurityProviderImpl

public interface SecurityProvider

Utility component used to configure the security component and provide access to the various security handlers.

Author:
David Le Strat

Method Summary
 AuthenticationProviderProxy getAuthenticationProviderProxy()
           Getter for the AuthenticationProviderProxy
 GroupSecurityHandler getGroupSecurityHandler()
           Getter for the GroupSecurityHandler
 RoleSecurityHandler getRoleSecurityHandler()
           Getter for the RoleSecurityHandler
 SecurityMappingHandler getSecurityMappingHandler()
           Gettter for the SecurityMappingHandler
 

Method Detail

getAuthenticationProviderProxy

public AuthenticationProviderProxy getAuthenticationProviderProxy()

Getter for the AuthenticationProviderProxy

Returns:
The AuthenticationProviderProxy.

getRoleSecurityHandler

public RoleSecurityHandler getRoleSecurityHandler()

Getter for the RoleSecurityHandler

Returns:
The RoleSecurityHandler.

getGroupSecurityHandler

public GroupSecurityHandler getGroupSecurityHandler()

Getter for the GroupSecurityHandler

Returns:
The GroupSecurityHandler.

getSecurityMappingHandler

public SecurityMappingHandler getSecurityMappingHandler()

Gettter for the SecurityMappingHandler

Returns:
The SecurityMappingHandler.


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