Uses of Class
com.tangosol.net.ClusterPermission
Package
Description
Contains classes related to the Coherence Security Framework.
-
Uses of ClusterPermission in com.tangosol.net.security
Modifier and TypeMethodDescriptionPermissionInfo.getPermission()
Return the ClusterPermission object.Modifier 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.ModifierConstructorDescriptionPermissionInfo
(ClusterPermission permission, String sServiceName, SignedObject signedPermission, Subject subject) Construct a PermissionInfo.