Uses of Class
com.tangosol.net.ClusterPermission
Packages that use ClusterPermission
Package
Description
Contains classes related to the Coherence Security Framework.
-
Uses of ClusterPermission in com.tangosol.net.security
Methods in com.tangosol.net.security that return ClusterPermissionModifier and TypeMethodDescriptionPermissionInfo.getPermission()
Return the ClusterPermission object.Methods in com.tangosol.net.security with parameters of type ClusterPermissionModifier and TypeMethodDescriptionAuthorizer.authorize
(Subject subject, ClusterPermission permission) Authorize the caller to perform the action specified by the permission.void
AccessController.checkPermission
(ClusterPermission permission, Subject subject) Determine whether the cluster access request indicated by the specified permission should be allowed or denied for a given Subject (requestor).void
DefaultController.checkPermission
(ClusterPermission permission, Subject subject) Determine whether the cluster access request indicated by the specified permission should be allowed or denied for a given Subject (requestor).protected void
DefaultController.logPermissionRequest
(ClusterPermission permission, Subject subject, boolean fAllowed) Log the authorization request.Constructors in com.tangosol.net.security with parameters of type ClusterPermissionModifierConstructorDescriptionPermissionInfo
(ClusterPermission permission, String sServiceName, SignedObject signedPermission, Subject subject) Construct a PermissionInfo.