Uses of Interface
org.norther.tammi.core.security.AccessController

Packages that use AccessController
org.norther.tammi.core.security   
org.norther.tammi.spray.filter   
org.norther.tammi.spray.locale   
org.norther.tammi.spray.media   
org.norther.tammi.spray.protocol   
org.norther.tammi.spray.template   
 

Uses of AccessController in org.norther.tammi.core.security
 

Subinterfaces of AccessController in org.norther.tammi.core.security
 interface SecureContainer
          An interface to secure containers protected by an access controller.
 

Classes in org.norther.tammi.core.security that implement AccessController
 class DefaultAccessController
          A default implementation of AccessController.
 class DefaultSecureContainer
          A default implementation of SecureContainer.
 

Uses of AccessController in org.norther.tammi.spray.filter
 

Subinterfaces of AccessController in org.norther.tammi.spray.filter
 interface BranchingFilter
          BranchingFilter extends SecureContainerKeyFilter by passing an incoming request to one of its contained filters based on some implementation specific mapping.
 interface LinkFilter
          LinkFilter extends BranchingFilter by proviving support to represent its branches as links to the corresponding filters.
 interface SecureContainerFilter
          SecureContainerFilter extends ContainerFilter by protecting the filter with an access controller.
 interface SecureContainerKeyFilter
          SecureContainerKeyFilter extends ContainerKeyFilter by protecting the filter with an access controller.
 interface SecureFilter
          SecureFilter extends Filter by protecting the filter with an access controller.
 interface SecureKeyFilter
          SecureKeyFilter extends KeyFilter by protecting the filter with an access controller.
 

Classes in org.norther.tammi.spray.filter that implement AccessController
 class AbstractSecureContainerFilter
          An abstract implementation of SecureContainerFilter.
 class AbstractSecureContainerKeyFilter
          An abstract implementation of SecureContainerKeyFilter.
 class DefaultBranchingFilter
          A default implementation of BranchingFilter applying the filter key first to request attributes and then to request parameters to obtain the mapping key of the filter branch.
 class DefaultLinkFilter
          A default implementation of LinkFilter.
 class DefaultSecureContainerFilter
          A default implementation of SecureContainerFilter.
 class DefaultSecureContainerKeyFilter
          A default implementation of SecureContainerKeyFilter.
 class DefaultSecureFilter
          A default implementation of SecureFilter.
 class DefaultSecureKeyFilter
          A default implementation of SecureKeyFilter.
 

Uses of AccessController in org.norther.tammi.spray.locale
 

Subinterfaces of AccessController in org.norther.tammi.spray.locale
 interface PipeFilter
          PipeFilter maintains links to branching pipes and serves as the default source of their localized resources.
 

Classes in org.norther.tammi.spray.locale that implement AccessController
 class DefaultPipeFilter
          A default implementation of PipeFilter.
 

Uses of AccessController in org.norther.tammi.spray.media
 

Subinterfaces of AccessController in org.norther.tammi.spray.media
 interface FileUploadFilter
          An interface to filters processing multipart/form-data requests that contain file(s) to be uploaded.
 interface ServiceFilter
          ServiceFilter extends PipeFilter by providing support for distributing requests to service level filters and pipes.
 

Classes in org.norther.tammi.spray.media that implement AccessController
 class DefaultFileUploadFilter
          A default implementation of FileUploadFilter.
 class DefaultServiceFilter
          A default implementation of ServiceFilter.
 

Uses of AccessController in org.norther.tammi.spray.protocol
 

Subinterfaces of AccessController in org.norther.tammi.spray.protocol
 interface HostFilter
          HostFilter extends PipeFilter to support distribution of requests to host specific filters and pipes identified by the requested server name.
 

Classes in org.norther.tammi.spray.protocol that implement AccessController
 class DefaultHostFilter
          A default implementation of HostFilter.
 

Uses of AccessController in org.norther.tammi.spray.template
 

Subinterfaces of AccessController in org.norther.tammi.spray.template
 interface FlowFilter
          FlowFilter provides control over a series of templates forming a step by step process of validated user input and output.
 interface FormFilter
          FormFilter supports rendering and validation of form-based input.
 interface LayoutFilter
          LayoutFilter extends PageFilter by adding support for layouts, which are templates placing the content of the page template inside some standardized layout content.
 interface PageFilter
          PageFilter executes and evaluates templates specified in URL parameters of the request.
 interface TaskFilter
          TaskFilter executes tasks specified in URL parameters of the request.
 

Classes in org.norther.tammi.spray.template that implement AccessController
 class DefaultFlowFilter
          A default implementation of FlowFilter.
 class DefaultFormFilter
          A default implementation of FormFilter.
 class DefaultLayoutFilter
          A default implementation of LayoutFilter.
 class DefaultPageFilter
          A default implementation of PageFilter.
 class DefaultTaskFilter
          A default implementation of TaskFilter.
 



Copyright © 2004 The Norther Organization. All rights reserved.