Uses of Class
com.tangosol.net.ClusterPermission
-
Packages that use ClusterPermission Package Description com.tangosol.net.security Contains classes related to the Coherence Security Framework. -
-
Uses of ClusterPermission in com.tangosol.net.security
Methods in com.tangosol.net.security that return ClusterPermission Modifier and Type Method Description ClusterPermission
PermissionInfo. getPermission()
Return the ClusterPermission object.Methods in com.tangosol.net.security with parameters of type ClusterPermission Modifier and Type Method Description Subject
Authorizer. 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 ClusterPermission Constructor Description PermissionInfo(ClusterPermission permission, String sServiceName, SignedObject signedPermission, Subject subject)
Construct a PermissionInfo.
-