Package | Description |
---|---|
org.wildfly.common.selector |
Classes which implement a selector pattern, which enables a global provider of some service to be selected
depending on context.
|
Modifier and Type | Method and Description |
---|---|
static SelectorPermission |
Selector.getChangePermissionFor(Class<?> clazz)
Get the
change permission for the given class. |
static SelectorPermission |
Selector.getGetPermissionFor(Class<?> clazz)
Get the
get permission for the given class. |
static SelectorPermission |
Selector.getSetPermissionFor(Class<?> clazz)
Get the
set permission for the given class. |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectorPermission.equals(SelectorPermission p) |
boolean |
SelectorPermission.implies(SelectorPermission p) |
Copyright © 2015 JBoss, a division of Red Hat, Inc.