|
Knopflerfish OSGi 1.3.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a Condition that is managed by a
UserAdmin
service.
A Condition may have a filter associated with it. The condition
is true if the condition's filter evaluates to true with a context
supplied to it by a ContextualAuthorization
.
Field Summary | |
static int |
CONDITION
The type of a Condition role. |
Fields inherited from interface org.osgi.service.useradmin.Role |
GROUP, ROLE, USER |
Method Summary | |
java.lang.String |
getFilter()
Get the filter |
void |
setFilter(java.lang.String filter)
Set the filter |
Methods inherited from interface org.osgi.service.useradmin.Role |
getName, getProperties, getType |
Field Detail |
public static final int CONDITION
The value of CONDITION is -1.
Method Detail |
public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
filter
- what it should be set to
java.lang.SecurityException
- If a security manager exists and the caller
does not have the UserAdminPermission with name admin.
|
Knopflerfish OSGi 1.3.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |