Uses of Class
org.wildfly.common.context.ContextPermission
-
Packages that use ContextPermission Package Description org.wildfly.common.context Types related to management of contextual objects. -
-
Uses of ContextPermission in org.wildfly.common.context
Methods in org.wildfly.common.context that return ContextPermission Modifier and Type Method Description ContextPermissionContextPermission. withActions(java.lang.String actions)Create a copy of this permission with the additional given actions.ContextPermissionContextPermission. withoutActions(java.lang.String actions)Create a copy of this permission without any of the given actions.Methods in org.wildfly.common.context with parameters of type ContextPermission Modifier and Type Method Description booleanContextPermission. equals(ContextPermission permission)Determine if this permission is equal to the given permission.booleanContextPermission. implies(ContextPermission permission)Determine if the given permission is implied by this permission.
-