Class ThreadResourceContext
- java.lang.Object
-
- org.openmetadata.service.security.policyevaluator.ThreadResourceContext
-
- All Implemented Interfaces:
ResourceContextInterface
public class ThreadResourceContext extends Object implements ResourceContextInterface
Conversation threads require special handling
-
-
Constructor Summary
Constructors Constructor Description ThreadResourceContext(String createdBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityInterfacegetEntity()EntityReferencegetOwner()StringgetResource()List<TagLabel>getTags()
-
-
-
Constructor Detail
-
ThreadResourceContext
public ThreadResourceContext(String createdBy)
-
-
Method Detail
-
getResource
public String getResource()
- Specified by:
getResourcein interfaceResourceContextInterface
-
getOwner
public EntityReference getOwner()
- Specified by:
getOwnerin interfaceResourceContextInterface
-
getTags
public List<TagLabel> getTags()
- Specified by:
getTagsin interfaceResourceContextInterface
-
getEntity
public EntityInterface getEntity()
- Specified by:
getEntityin interfaceResourceContextInterface
-
-