|
Knopflerfish OSGi 4.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Condition
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, USER_ANYONE |
| 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 |
|---|
static final int CONDITION
The value of CONDITION is -1.
| Method Detail |
|---|
java.lang.String getFilter()
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 4.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||