Uses of Class
com.attivio.sdk.security.AttivioPrincipal
-
Packages that use AttivioPrincipal 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.search com.attivio.sdk.search.relevancy Contains classes relevancy model related classes.com.attivio.sdk.security com.attivio.sdk.test com.attivio.util.serialization.security -
-
Uses of AttivioPrincipal in com.attivio.client
Methods in com.attivio.client with parameters of type AttivioPrincipal Modifier and Type Method Description void
ContentFeeder. feed(AttivioPrincipal principal)
Ingests an AttivioPrincipal. -
Uses of AttivioPrincipal in com.attivio.connector
Methods in com.attivio.connector with parameters of type AttivioPrincipal Modifier and Type Method Description void
ConcurrentScannerMessagePublisher. feed(AttivioPrincipal principal)
-
Uses of AttivioPrincipal in com.attivio.sdk.client
Methods in com.attivio.sdk.client with parameters of type AttivioPrincipal Modifier and Type Method Description void
IngestClient. feed(AttivioPrincipal principal)
Feeds an AttivioPrincipal to AIE. -
Uses of AttivioPrincipal in com.attivio.sdk.connector
Methods in com.attivio.sdk.connector with parameters of type AttivioPrincipal Modifier and Type Method Description void
MockPublisher. feed(AttivioPrincipal principal)
-
Uses of AttivioPrincipal in com.attivio.sdk.ingest
Methods in com.attivio.sdk.ingest that return AttivioPrincipal Modifier and Type Method Description AttivioPrincipal
IngestDocument. getPrincipal()
Get theAttivioPrincipal
for this document.Methods in com.attivio.sdk.ingest with parameters of type AttivioPrincipal Modifier and Type Method Description void
IngestDocument. setPrincipal(AttivioPrincipal value)
Set theAttivioPrincipal
for this document. -
Uses of AttivioPrincipal in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return AttivioPrincipal Modifier and Type Method Description AttivioPrincipal
QueryRequest. getPrincipal()
Methods in com.attivio.sdk.search with parameters of type AttivioPrincipal Modifier and Type Method Description void
QueryRequest. setPrincipal(AttivioPrincipal principal)
-
Uses of AttivioPrincipal in com.attivio.sdk.search.relevancy
Methods in com.attivio.sdk.search.relevancy that return AttivioPrincipal Modifier and Type Method Description AttivioPrincipal
Signal. getPrincipal()
Methods in com.attivio.sdk.search.relevancy with parameters of type AttivioPrincipal Modifier and Type Method Description void
Signal. setPrincipal(AttivioPrincipal principal)
-
Uses of AttivioPrincipal in com.attivio.sdk.security
Fields in com.attivio.sdk.security declared as AttivioPrincipal Modifier and Type Field Description static AttivioPrincipal
AttivioPrincipal. ANONYMOUS_USER
Represents the anonymous user (whose realm ID, principal ID, and principal name areANONYMOUS
).Methods in com.attivio.sdk.security that return AttivioPrincipal Modifier and Type Method Description AttivioPrincipal
AttivioPrincipal. clone()
static AttivioPrincipal
AttivioPrincipal. fromPrincipalString(java.lang.String principalString)
Creates an attivio principal from a principal string in the form of realmId:principalId:principalNameAttivioPrincipal
AttivioAclEntry. getAttivioPrincipal()
AttivioPrincipal
AuthenticationResponse. getPrincipal()
Methods in com.attivio.sdk.security with parameters of type AttivioPrincipal Modifier and Type Method Description int
AttivioPrincipal. compareTo(AttivioPrincipal other)
{inheritDoc}static IngestDocument
SecurityUtils. createIngestDocument(AttivioPrincipal principal)
Creates a document for ingestion of a principal.void
SecurityFeeder. feed(AttivioPrincipal principal)
Ingests an AttivioPrincipal.void
AuthenticationResponse. setPrincipal(AttivioPrincipal principal)
Constructors in com.attivio.sdk.security with parameters of type AttivioPrincipal Constructor Description AttivioAclEntry(AttivioPrincipal prin, java.util.List<AttivioPermission> perms, boolean isNeg)
Constructs an ACL entry, given a principal and their permissions.AuthenticationResponse(AttivioPrincipal prin)
Create new response message with the given AttivioPrincipal -
Uses of AttivioPrincipal in com.attivio.sdk.test
Methods in com.attivio.sdk.test with parameters of type AttivioPrincipal Modifier and Type Method Description void
MockIngestClient. feed(AttivioPrincipal principal)
-
Uses of AttivioPrincipal in com.attivio.util.serialization.security
Methods in com.attivio.util.serialization.security that return AttivioPrincipal Modifier and Type Method Description AttivioPrincipal
AttivioPrincipalConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
Methods in com.attivio.util.serialization.security with parameters of type AttivioPrincipal Modifier and Type Method Description protected static void
AttivioPrincipalConverter. unmarshalAssociations(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, AttivioPrincipal principal)
protected static void
AttivioPrincipalConverter. unmarshalProperties(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, AttivioPrincipal principal)
-