Uses of Interface
org.apache.cocoon.auth.SecurityHandler

Packages that use SecurityHandler
org.apache.cocoon.auth   
org.apache.cocoon.auth.impl   
org.apache.cocoon.portal.security   
 

Uses of SecurityHandler in org.apache.cocoon.auth
 

Classes in org.apache.cocoon.auth that implement SecurityHandler
 class AbstractSecurityHandler
          This is a base class that can be used for own SecurityHandlers.
 

Fields in org.apache.cocoon.auth declared as SecurityHandler
protected  SecurityHandler StandardApplication.handler
          The security handler.
 

Methods in org.apache.cocoon.auth that return SecurityHandler
 SecurityHandler StandardApplication.getSecurityHandler()
           
 SecurityHandler Application.getSecurityHandler()
          Return the security handler for this application.
 

Uses of SecurityHandler in org.apache.cocoon.auth.impl
 

Classes in org.apache.cocoon.auth.impl that implement SecurityHandler
 class AnonymousSecurityHandler
          This security handlers doesn't check any credentials of the user.
 class PipelineSecurityHandler
          Verify if a user can be authenticated.
 class ServletSecurityHandler
          Verify if a user can be authenticated.
 

Uses of SecurityHandler in org.apache.cocoon.portal.security
 

Classes in org.apache.cocoon.portal.security that implement SecurityHandler
 class DBSecurityHandler
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.