Class CreateResourceContext<T extends EntityInterface>
java.lang.Object
org.openmetadata.service.security.policyevaluator.CreateResourceContext<T>
- All Implemented Interfaces:
ResourceContextInterface
public class CreateResourceContext<T extends EntityInterface>
extends Object
implements ResourceContextInterface
ResourceContext used for CREATE operations where ownership, tags are inherited from the parent term.
As multiple threads don't access this, the class is not thread-safe by design.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openmetadata.service.security.policyevaluator.ResourceContextInterface
getResource
-
Constructor Details
-
CreateResourceContext
-
-
Method Details
-
getOwner
- Specified by:
getOwnerin interfaceResourceContextInterface
-
getTags
- Specified by:
getTagsin interfaceResourceContextInterface
-
getEntity
- Specified by:
getEntityin interfaceResourceContextInterface
-