org.jboss.security.xacml.interfaces
Interface ContextMapOp

All Known Subinterfaces:
AbstractLocator, PolicyLocator, RequestContext, ResponseContext, XACMLPolicy
All Known Implementing Classes:
AbstractJBossPolicyLocator, AttributeLocator, JBossPolicyLocator, JBossPolicySetLocator, JBossRequestContext, JBossResponseContext, JBossXACMLPolicy, ResourceLocator

public interface ContextMapOp

Interface defining operations on a context map

Since:
Jul 6, 2007
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Method Summary
<T> T
get(String key)
          Get an element from the map
<T> void
set(String key, T obj)
          Set an object on the map
 

Method Detail

get

<T> T get(String key)
Get an element from the map

Type Parameters:
T - object from the map
Parameters:
key - Key
Returns:
object from the map

set

<T> void set(String key,
             T obj)
Set an object on the map

Type Parameters:
T -
Parameters:
key - Key for the map
obj - Object to be placed


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.