Uses of Class
com.axemble.vdp.security.helper.SecurableObject
Packages that use SecurableObject
-
Uses of SecurableObject in com.axemble.vdp.security.helper
Fields in com.axemble.vdp.security.helper declared as SecurableObjectMethods in com.axemble.vdp.security.helper that return SecurableObjectModifier and TypeMethodDescriptionprotected static SecurableObject
SecurableRightList.convSecurableObjectFromVersion2005
(String object_id, String object_classInfo) SecurableRightList.getSecurableObject()
Methods in com.axemble.vdp.security.helper with parameters of type SecurableObjectModifier 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) Constructors in com.axemble.vdp.security.helper with parameters of type SecurableObjectModifierConstructorDescriptionSecurableRightList
(SecurableObject securableObject, boolean partial)