org.norther.tammi.spray.filter
Interface SecureContainerKeyFilter<V>

Type Parameters:
V - the registered MBean type.
All Superinterfaces:
AccessController, Container<V>, ContainerFilter<V>, ContainerKeyFilter<V>, Filter, KeyFilter, SecureContainerFilter<V>, SecureFilter
All Known Subinterfaces:
BranchFilter<F>, HostFilter<F>, LayoutFilter, LinkFilter<F>, PageFilter, PipeFilter<F>, ServiceFilter<F>
All Known Implementing Classes:
DefaultBranchFilter, DefaultHostFilter, DefaultLayoutFilter, DefaultLinkFilter, DefaultPageFilter, DefaultPipeFilter, DefaultSecureContainerKeyFilter, DefaultServiceFilter

public interface SecureContainerKeyFilter<V>
extends SecureContainerFilter<V>, ContainerKeyFilter<V>

SecureContainerKeyFilter extends ContainerKeyFilter by protecting the filter with an access controller.

Version:
$Id: SecureContainerKeyFilter.java,v 1.3 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.core.base.Container
clear, containsKey, get, getContainerKey, getContainerKey, getContainerKey, getMBean, getMBeanInterface, getMBeanInterface, getObjectName, getObjectNames, getQueryPattern, registryKeySet, registryKeySet, registryKeySet, registryKeySet, registryMap, registrySize, remove, setMBeanInterface, setQueryPattern, setQueryPattern
 
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.