org.imixs.workflow.jee.faces
Class SecurityHashMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.imixs.workflow.jee.faces.SecurityHashMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class SecurityHashMap
- extends HashMap
This is a helper Class to check access level of a user.
Can be used in a JSP/JSF page to check for a specific user role
Example:
#{IsUserInRole['org.imixs.ACCESSLEVEL.MANAGERACCESS']}
where "IsUserInRole" is a backing bean instance of the SecurityHashMap
- Author:
- Ralph Soika
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
SecurityHashMap
public SecurityHashMap()
get
public Object get(Object object)
- Specified by:
get in interface Map- Overrides:
get in class HashMap
Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.