org.norther.tammi.spray.filter
Interface SecureKeyFilter

All Superinterfaces:
AccessController, Filter, KeyFilter, SecureFilter
All Known Subinterfaces:
FlowFilter, FormFilter, TaskFilter
All Known Implementing Classes:
DefaultFlowFilter, DefaultFormFilter, DefaultSecureKeyFilter, DefaultTaskFilter

public interface SecureKeyFilter
extends SecureFilter, KeyFilter

SecureKeyFilter extends KeyFilter by protecting the filter with an access controller.

Version:
$Id: SecureKeyFilter.java,v 1.8 2009/09/28 15:08:26 cvsimp Exp $
Author:
Ilkka Priha

Method Summary
 
Methods inherited from interface org.norther.tammi.spray.filter.SecureFilter
checkPermission
 
Methods inherited from interface org.norther.tammi.core.security.AccessController
addAllowedPermission, addDeniedPermission, allowedPermissions, allowedRoleSet, checkPermission, clearAllowedPermissions, clearDeniedPermissions, deniedPermissions, deniedRoleSet, getPermissibleRoles, isProtected, removeAllowedPermissions, removeDeniedPermissions, setAllowedPermissions, setDeniedPermissions
 
Methods inherited from interface org.norther.tammi.spray.filter.KeyFilter
getKey, getKeyValue, getKeyValues, isLinkedKey, setKey, setLinkedKey
 
Methods inherited from interface javax.servlet.Filter
destroy, doFilter, init
 



Copyright © 2004 The Norther Organization. All rights reserved.