|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
org.apache.felix.useradmin.impl.RoleProperties
public class RoleProperties
This class RoleProperties represents role properties. Act as a base class for different types of properties.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry |
Field Summary | |
---|---|
protected RoleImpl |
role
|
Constructor Summary | |
---|---|
RoleProperties(RoleImpl role)
Constructs new RoleProperties. |
Method Summary | |
---|---|
void |
clear()
Clears the properties. |
Object |
get(Object key)
Getting property with specified key. |
protected String |
getChangeAction()
The permission need to modify the properties. |
Object |
put(Object key,
Object value)
Putting new property key-value pair into properties. |
Object |
remove(Object key)
Removing properties with specified key. |
String |
toString()
|
Methods inherited from class java.util.Hashtable |
---|
clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected RoleImpl role
Constructor Detail |
---|
public RoleProperties(RoleImpl role)
role
- Role instance.Method Detail |
---|
public void clear()
clear
in interface Map
clear
in class Hashtable
public Object get(Object key)
get
in interface Map
get
in class Hashtable
public Object remove(Object key)
remove
in interface Map
remove
in class Hashtable
public Object put(Object key, Object value)
Putting new property key-value pair into properties. User needs to have proper change permissions. All values are encoded at least with Base64.
put
in interface Map
put
in class Hashtable
public String toString()
toString
in class Hashtable
protected String getChangeAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |