Uses of Class
com.attivio.sdk.security.AttivioAcl
-
Packages that use AttivioAcl Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.connector com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.connector com.attivio.sdk.ingest com.attivio.sdk.scanner.concurrency com.attivio.sdk.security com.attivio.sdk.test com.attivio.util.serialization.security -
-
Uses of AttivioAcl in com.attivio.client
Methods in com.attivio.client with parameters of type AttivioAcl Modifier and Type Method Description void
ContentFeeder. feed(IngestDocument doc, AttivioAcl acl)
Sendsdoc
to the document receiver with the given ACL. -
Uses of AttivioAcl in com.attivio.connector
Methods in com.attivio.connector with parameters of type AttivioAcl Modifier and Type Method Description void
ConcurrentScannerMessagePublisher. feed(IngestDocument doc, AttivioAcl acl)
-
Uses of AttivioAcl in com.attivio.sdk.client
Methods in com.attivio.sdk.client with parameters of type AttivioAcl Modifier and Type Method Description void
IngestClient. feed(IngestDocument doc, AttivioAcl acl)
Feeds the document with its ACL to AIE. -
Uses of AttivioAcl in com.attivio.sdk.connector
Methods in com.attivio.sdk.connector with parameters of type AttivioAcl Modifier and Type Method Description void
MockPublisher. feed(IngestDocument doc, AttivioAcl acl)
-
Uses of AttivioAcl in com.attivio.sdk.ingest
Methods in com.attivio.sdk.ingest that return AttivioAcl Modifier and Type Method Description AttivioAcl
IngestDocument. getAcl()
Get theAttivioAcl
for this document.Methods in com.attivio.sdk.ingest with parameters of type AttivioAcl Modifier and Type Method Description void
IngestDocument. setAcl(AttivioAcl value)
Set theAttivioAcl
for this document. -
Uses of AttivioAcl in com.attivio.sdk.scanner.concurrency
Methods in com.attivio.sdk.scanner.concurrency that return AttivioAcl Modifier and Type Method Description AttivioAcl
DocumentAndAcl. getAcl()
Methods in com.attivio.sdk.scanner.concurrency with parameters of type AttivioAcl Modifier and Type Method Description void
DocumentAndAcl. setAcl(AttivioAcl acl)
The method may not be called if ACL was not generatedConstructors in com.attivio.sdk.scanner.concurrency with parameters of type AttivioAcl Constructor Description DocumentAndAcl(IngestDocument document, AttivioAcl acl)
-
Uses of AttivioAcl in com.attivio.sdk.security
Fields in com.attivio.sdk.security declared as AttivioAcl Modifier and Type Field Description static AttivioAcl
AttivioAcl. ANON_ACL
Represents the ACL that grants read access to the anonymous user (and therefore, effectively to everyone).Methods in com.attivio.sdk.security with parameters of type AttivioAcl Modifier and Type Method Description static IngestDocument
SecurityUtils. attachAcl(IngestDocument doc, AttivioAcl acl)
Attaches the ACL to the given document.void
SecurityFeeder. feed(IngestDocument doc, AttivioAcl acl)
Sendsdoc
to the document receiver with the given ACL. -
Uses of AttivioAcl in com.attivio.sdk.test
Methods in com.attivio.sdk.test with parameters of type AttivioAcl Modifier and Type Method Description void
MockIngestClient. feed(IngestDocument doc, AttivioAcl acl)
-
Uses of AttivioAcl in com.attivio.util.serialization.security
Methods in com.attivio.util.serialization.security that return AttivioAcl Modifier and Type Method Description static AttivioAcl
AttivioAclConverter. fromXml(org.dom4j.Element aclEl)
Deserialize "aclEl" as an AttivioAcl.AttivioAcl
AttivioAclConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-