Uses of Class
com.axemble.vdp.security.helper.SecurableObject
-
Uses of SecurableObject in com.axemble.vdp.security.helper
Modifier and TypeMethodDescriptionprotected static SecurableObject
SecurableRightList.convSecurableObjectFromVersion2005
(String object_id, String object_classInfo) SecurableRightList.getSecurableObject()
Modifier and TypeMethodDescriptionstatic void
SecurableRightList.add
(Connection con, SecurableObject securableObject, TrusteeObject trustee, RightConst right) static void
SecurableRightList.add
(Connection con, SecurableObject securableObject, Collection trustees, RightConst right) static boolean
SecurableRightList.check
(Connection con, SecurableObject securableObject, RightConst right, Collection trusteeObjects) static void
SecurableRightList.delete
(Connection con, SecurableObject securableObject, boolean expireCache) static void
SecurableRightList.delete
(Connection con, SecurableObject securableObject, TrusteeObject trustee, RightConst right) static void
SecurableRightList.delete
(Connection con, SecurableObject securableObject, Collection trustees, RightConst right) static SecurableRightList
SecurableRightList.load
(Connection con, SecurableObject securableObject, boolean withDisplayName) static SecurableRightList
SecurableRightList.loadFiltred
(Connection con, SecurableObject securableObject, TrusteeObject trustee, int rightType) static SecurableRightList
SecurableRightList.loadFiltred
(Connection con, SecurableObject securableObject, Collection trustees, int rightType) protected static void
SecurableRightList.sqlDeleteTrusteeRight
(Connection con, SecurableObject securableObject, Collection trusteeRights, SecurableRightList.ExpireState expireState) protected static void
SecurableRightList.sqlInsertTrusteeRight
(Connection con, SecurableObject securableObject, Collection trusteeRights, SecurableRightList.ExpireState expireState) protected static void
SecurableRightList.sqlUpdateTrusteeRight
(Connection con, SecurableObject securableObject, Collection trusteeRights) ModifierConstructorDescriptionSecurableRightList
(SecurableObject securableObject, boolean partial)