org.apache.jetspeed.security
Interface SecurityProvider


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

AuthenticationProviderProxy getAuthenticationProviderProxy()

Getter for the AuthenticationProviderProxy

Returns:
The AuthenticationProviderProxy.

getRoleSecurityHandler

RoleSecurityHandler getRoleSecurityHandler()

Getter for the RoleSecurityHandler

Returns:
The RoleSecurityHandler.

getGroupSecurityHandler

GroupSecurityHandler getGroupSecurityHandler()

Getter for the GroupSecurityHandler

Returns:
The GroupSecurityHandler.

getSecurityMappingHandler

SecurityMappingHandler getSecurityMappingHandler()

Gettter for the SecurityMappingHandler

Returns:
The SecurityMappingHandler.


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