Package com.axemble.vdoc.sdk.supports
Interface IChildSecuritySupport
- All Superinterfaces:
IProtocolSupport
,ISecuritySupport
,Serializable
This class will handle complex security for custom object (with inheritance)
- Author:
- omenuel
-
Method Summary
Modifier and TypeMethodDescriptionThis method will returns the security parent of the object for security inheritance testsMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getSecurityParent
ISecuritySupport getSecurityParent()This method will returns the security parent of the object for security inheritance tests- Returns:
- a
ISecuritySupport
object
-