| Package | Description |
|---|---|
| co.cask.cdap.proto.audit | |
| co.cask.cdap.proto.audit.payload.access | |
| co.cask.cdap.proto.codec | |
| co.cask.cdap.proto.element | |
| co.cask.cdap.proto.id | |
| co.cask.cdap.proto.security |
| Modifier and Type | Method and Description |
|---|---|
EntityId |
AuditMessage.getEntityId() |
| Constructor and Description |
|---|
AuditMessage(long time,
EntityId entityId,
String user,
AuditType type,
AuditPayload payload) |
| Modifier and Type | Method and Description |
|---|---|
EntityId |
AccessPayload.getAccessor() |
| Constructor and Description |
|---|
AccessPayload(AccessType accessType,
EntityId accessor) |
| Modifier and Type | Method and Description |
|---|---|
EntityId |
EntityIdTypeAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
EntityIdTypeAdapter.serialize(EntityId src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
<T extends EntityId> |
EntityType.fromIdParts(Iterable<String> idParts) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends EntityId> |
EntityType.getIdClass() |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOfIdClass(Class<? extends EntityId> idClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParentedId<T extends EntityId>
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationId
Uniquely identifies an application.
|
class |
ArtifactId
Uniquely identifies an artifact.
|
class |
DatasetId
Uniquely identifies a dataset.
|
class |
DatasetModuleId
Uniquely identifies a dataset module.
|
class |
DatasetTypeId
Uniquely identifies a dataset type.
|
class |
FlowletId
Uniquely identifies a flowlet.
|
class |
FlowletQueueId
Uniquely identifies a flowlet queue.
|
class |
InstanceId
Uniquely identifies a CDAP instance.
|
class |
NamespaceId
Uniquely identifies a namespace.
|
class |
NotificationFeedId
Uniquely identifies a notification feed.
|
class |
ProgramId
Uniquely identifies a program.
|
class |
ProgramRunId
Uniquely identifies a program run.
|
class |
QueryId
Uniquely identifies a query handle.
|
class |
ScheduleId
Uniquely identifies a schedule.
|
class |
SecureKeyId
Uniquely identifies a Secure store key.
|
class |
StreamId
Uniquely identifies a stream.
|
class |
StreamViewId
Uniquely identifies a stream view.
|
class |
SystemServiceId
Uniquely identifies a system service.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends EntityId> |
EntityId.fromString(String string) |
protected static <T extends EntityId> |
EntityId.fromString(String string,
Class<T> idClass) |
| Modifier and Type | Method and Description |
|---|---|
EntityId |
EntityIdCompatible.toEntityId() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<EntityId> |
EntityId.getHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
EntityId |
Privilege.getEntity() |
EntityId |
AuthorizationRequest.getEntity() |
| Constructor and Description |
|---|
AuthorizationRequest(EntityId entity,
Principal principal,
Set<Action> actions) |
GrantRequest(EntityId entity,
Principal principal,
Set<Action> actions) |
Privilege(EntityId entity,
Action action) |
RevokeRequest(EntityId entity,
Principal principal,
Set<Action> actions) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.