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

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

Methods in org.apache.jetspeed.security that return RoleSecurityHandler
 RoleSecurityHandler SecurityProvider.getRoleSecurityHandler()
           Getter for the RoleSecurityHandler
 

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

Methods in org.apache.jetspeed.security.impl that return RoleSecurityHandler
 RoleSecurityHandler SecurityProviderImpl.getRoleSecurityHandler()
           
 

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

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

Classes in org.apache.jetspeed.security.spi.impl that implement RoleSecurityHandler
 class DefaultRoleSecurityHandler
           
 class LdapRoleSecurityHandler
           
 

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

Fields in org.apache.jetspeed.security.util.test declared as RoleSecurityHandler
protected  RoleSecurityHandler AbstractSecurityTestcase.rsh
          SPI Default Role Security Handler.
 



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