Uses of Interface
com.axemble.vdp.security.helper.RightConst
-
Uses of RightConst in com.axemble.vdp.security.helper
Modifier and TypeMethodDescriptionSecurableRightList.getRightValue
(int type, TrusteeObject trusteeObject) TrusteeRight.getRightValue()
Modifier and TypeMethodDescriptionvoid
SecurableRightList.add
(TrusteeObject trusteeObject, RightConst rightValue) static void
SecurableRightList.add
(Connection con, SecurableObject securableObject, TrusteeObject trustee, RightConst right) static void
SecurableRightList.add
(Connection con, SecurableObject securableObject, Collection trustees, RightConst right) void
SecurableRightList.add
(Collection trustees, RightConst rightValue) void
SecurableRightList.ceil
(TrusteeObject trusteeObject, RightConst rightValue) void
SecurableRightList.ceil
(Collection trustees, RightConst rightValue) boolean
SecurableRightList.check
(RightConst right, TrusteeObject trustee) boolean
SecurableRightList.check
(RightConst right, Collection trusteeObjects) static boolean
SecurableRightList.check
(Connection con, SecurableObject securableObject, RightConst right, Collection trusteeObjects) void
SecurableRightList.delete
(RightConst rightValue) void
SecurableRightList.delete
(TrusteeObject trustee, RightConst rightValue) static void
SecurableRightList.delete
(Connection con, SecurableObject securableObject, TrusteeObject trustee, RightConst right) static void
SecurableRightList.delete
(Connection con, SecurableObject securableObject, Collection trustees, RightConst right) void
SecurableRightList.delete
(Collection trustees, RightConst rightValue) boolean
RightConst.equals
(RightConst other) boolean
RightValue.equals
(RightConst other) static String
SecurableRightList.getJoinFilterOnRightLevel
(Connection con, int securableType, String trusteeTableAlias, String securableColId, Collection trustees, RightConst right, String bypassTest, String filterTest) static RightDef
RightValue.getRightDefinition
(int securableObjectType, RightConst rightValue) static RightDef[]
RightValue.getRightDefinitions
(int securableObjectType, RightConst rightValue) SecurableRightList.getTrusteeByValue
(RightConst rightValue, int trusteeTypeFilter) SecurableRightList.getTrusteeRightByValue
(RightConst rightValue) boolean
RightConst.isFlag
(RightConst other) boolean
RightValue.isFlag
(RightConst other) boolean
SecurableRightList.isFlag
(TrusteeObject trusteeObject, RightConst right) boolean
TrusteeRight.isFlag
(RightConst other) boolean
RightConst.isGOET
(RightConst other) boolean
RightValue.isGOET
(RightConst other) boolean
SecurableRightList.isGOET
(TrusteeObject trusteeObject, RightConst right) boolean
TrusteeRight.isGOET
(RightConst other) boolean
RightConst.isLOET
(RightConst other) boolean
RightValue.isLOET
(RightConst other) boolean
SecurableRightList.isLOET
(TrusteeObject trusteeObject, RightConst right) boolean
TrusteeRight.isLOET
(RightConst other) void
SecurableRightList.loadRightValue
(TrusteeObject trusteeObject, RightConst right) boolean
SecurableRightList.rightEquals
(TrusteeObject trusteeObject, RightConst right) boolean
TrusteeRight.rightEquals
(RightConst other) void
SecurableRightList.set
(TrusteeObject trusteeObject, RightConst rightValue) ModifierConstructorDescriptionRightValue
(int type, RightConst extendValue) TrusteeRight
(TrusteeObject trustee, RightConst rightValue, int state)