org.knopflerfish.service.um.useradmin
public interface Condition extends Role
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.
static final int CONDITION
The value of CONDITION is -1.
java.lang.String getFilter()
void setFilter(java.lang.String filter)
filter - what it should be set tojava.lang.SecurityException - If a security manager exists and the caller does not have the
UserAdminPermission with name admin.