Uses of Interface
org.apache.jetspeed.security.spi.GroupSecurityHandler

Packages that use GroupSecurityHandler
org.apache.jetspeed.security   
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
org.apache.jetspeed.security.spi.impl   
org.apache.jetspeed.security.util.test   
 

Uses of GroupSecurityHandler in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return GroupSecurityHandler
 GroupSecurityHandler SecurityProvider.getGroupSecurityHandler()
           Getter for the GroupSecurityHandler
 

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

Fields in org.apache.jetspeed.security.impl declared as GroupSecurityHandler
private  GroupSecurityHandler GroupManagerImpl.groupSecurityHandler
          The group security handler.
private  GroupSecurityHandler SecurityProviderImpl.groupSecurityHandler
          The GroupSecurityHandler.
 

Methods in org.apache.jetspeed.security.impl that return GroupSecurityHandler
 GroupSecurityHandler SecurityProviderImpl.getGroupSecurityHandler()
           
 

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

Uses of GroupSecurityHandler in org.apache.jetspeed.security.spi.impl
 

Classes in org.apache.jetspeed.security.spi.impl that implement GroupSecurityHandler
 class DefaultGroupSecurityHandler
           
 class LdapGroupSecurityHandler
           
 

Uses of GroupSecurityHandler in org.apache.jetspeed.security.util.test
 

Fields in org.apache.jetspeed.security.util.test declared as GroupSecurityHandler
protected  GroupSecurityHandler AbstractSecurityTestcase.gsh
          SPI Default Group Security Handler.
 



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