Uses of Class
com.attivio.sdk.security.AttivioPrincipalKey
-
Packages that use AttivioPrincipalKey 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.security com.attivio.sdk.test com.attivio.util.serialization.security -
-
Uses of AttivioPrincipalKey in com.attivio.client
Methods in com.attivio.client with parameters of type AttivioPrincipalKey Modifier and Type Method Description void
ContentFeeder. deletePrincipal(AttivioPrincipalKey key)
Deletes a principal from the index. -
Uses of AttivioPrincipalKey in com.attivio.connector
Methods in com.attivio.connector with parameters of type AttivioPrincipalKey Modifier and Type Method Description void
ConcurrentScannerMessagePublisher. deletePrincipal(AttivioPrincipalKey key)
-
Uses of AttivioPrincipalKey in com.attivio.sdk.client
Methods in com.attivio.sdk.client with parameters of type AttivioPrincipalKey Modifier and Type Method Description void
IngestClient. deletePrincipal(AttivioPrincipalKey key)
Delete an AttivioPrincipal from AIE. -
Uses of AttivioPrincipalKey in com.attivio.sdk.connector
Methods in com.attivio.sdk.connector with parameters of type AttivioPrincipalKey Modifier and Type Method Description void
MockPublisher. deletePrincipal(AttivioPrincipalKey key)
-
Uses of AttivioPrincipalKey in com.attivio.sdk.security
Fields in com.attivio.sdk.security declared as AttivioPrincipalKey Modifier and Type Field Description protected AttivioPrincipalKey
AttivioGroupMembership. groupKey
The object (group) key.protected AttivioPrincipalKey
AttivioGroupMembership. principalKey
The subject (group member) key.Methods in com.attivio.sdk.security that return AttivioPrincipalKey Modifier and Type Method Description AttivioPrincipalKey
AttivioPrincipalKey. clone()
AttivioPrincipalKey
AttivioGroupMembership. getGroupKey()
AttivioPrincipalKey
AttivioGroupMembership. getPrincipalKey()
AttivioPrincipalKey
AttivioPrincipal. getPrincipalKey()
static AttivioPrincipalKey
AttivioPrincipalKey. valueOf(java.lang.String principalGuid)
Create anAttivioPrincipalKey
from the String returned fromgetGuid()
.Methods in com.attivio.sdk.security with parameters of type AttivioPrincipalKey Modifier and Type Method Description static IngestDocument
SecurityUtils. createDeleteDocument(AttivioPrincipalKey principalKey)
Creates a document for deletion of a principal.void
SecurityFeeder. deletePrincipal(AttivioPrincipalKey key)
Deletes a principal from the index.static boolean
AttivioPrincipal. isAnonymous(AttivioPrincipalKey prinKey)
Constructors in com.attivio.sdk.security with parameters of type AttivioPrincipalKey Constructor Description AttivioGroupMembership(AttivioPrincipalKey principalKey, AttivioPrincipalKey groupKey)
Constructs a group membership.AttivioPrincipal(AttivioPrincipalKey principalKey, java.lang.String principalName, AttivioPrincipal.PrincipalType principalType)
Constructs an Attivio principal from a principal key, name, and type.AttivioPrincipalAlias(AttivioPrincipalKey principalKey, AttivioPrincipalKey aliasGroupKey)
Constructs an alias membership. -
Uses of AttivioPrincipalKey in com.attivio.sdk.test
Methods in com.attivio.sdk.test with parameters of type AttivioPrincipalKey Modifier and Type Method Description void
MockIngestClient. deletePrincipal(AttivioPrincipalKey key)
-
Uses of AttivioPrincipalKey in com.attivio.util.serialization.security
Methods in com.attivio.util.serialization.security that return AttivioPrincipalKey Modifier and Type Method Description AttivioPrincipalKey
AttivioPrincipalKeyConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-