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 ClusterPermissionPermissionInfo. getPermission()Return the ClusterPermission object.Methods in com.tangosol.net.security with parameters of type ClusterPermission Modifier and Type Method Description SubjectAuthorizer. authorize(Subject subject, ClusterPermission permission)Authorize the caller to perform the action specified by the permission.voidAccessController. 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).voidDefaultController. 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 voidDefaultController. 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.
-