Uses of Class
org.wildfly.common.selector.SelectorPermission
-
Packages that use SelectorPermission Package Description org.wildfly.common.selector -
-
Uses of SelectorPermission in org.wildfly.common.selector
Methods in org.wildfly.common.selector that return SelectorPermission Modifier and Type Method Description static SelectorPermission
Selector. getChangePermissionFor(java.lang.Class<?> clazz)
Deprecated.Get thechange
permission for the given class.static SelectorPermission
Selector. getGetPermissionFor(java.lang.Class<?> clazz)
Deprecated.Get theget
permission for the given class.static SelectorPermission
Selector. getSetPermissionFor(java.lang.Class<?> clazz)
Deprecated.Get theset
permission for the given class.Methods in org.wildfly.common.selector with parameters of type SelectorPermission Modifier and Type Method Description boolean
SelectorPermission. equals(SelectorPermission p)
boolean
SelectorPermission. implies(SelectorPermission p)
-