Uses of Class
org.wildfly.common.context.ContextPermission
Packages that use ContextPermission
-
Uses of ContextPermission in org.wildfly.common.context
Methods in org.wildfly.common.context that return ContextPermissionModifier and TypeMethodDescriptionContextPermission.withActions(String actions) Create a copy of this permission with the additional given actions.ContextPermission.withoutActions(String actions) Create a copy of this permission without any of the given actions.Methods in org.wildfly.common.context with parameters of type ContextPermissionModifier and TypeMethodDescriptionbooleanContextPermission.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.