Class PrivilegeCheckResult
java.lang.Object
org.gridgain.internal.rbac.privileges.PrivilegeCheckResult
Container for privilege check result.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PrivilegeCheckResultallowed()Creates a result that represents "Has all tested privileges".static PrivilegeCheckResultCreates a result that represents "Some of tested privileges are missing".booleaninthashCode()booleantoString()
-
Method Details
-
allowed
Creates a result that represents "Has all tested privileges". -
denied
Creates a result that represents "Some of tested privileges are missing". -
missedPrivileges
-
isAllowed
public boolean isAllowed() -
equals
-
hashCode
public int hashCode() -
toString
-