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 ContextPermission
ContextPermission. withActions(java.lang.String actions)
Create a copy of this permission with the additional given actions.ContextPermission
ContextPermission. 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 boolean
ContextPermission. equals(ContextPermission permission)
Determine if this permission is equal to the given permission.boolean
ContextPermission. implies(ContextPermission permission)
Determine if the given permission is implied by this permission.
-