Class PrivilegedAccessManagerGrpc (0.3.0)

public final class PrivilegedAccessManagerGrpc

This API allows customers to manage temporary, request based privileged access to their resources. It defines the following resource model:

  • A collection of Entitlement resources. An entitlement allows configuring (among other things):
    • Some kind of privileged access that users can request.
    • A set of users called requesters who can request this access.
    • A maximum duration for which the access can be requested.
    • An optional approval workflow which must be satisfied before access is granted.
  • A collection of Grant resources. A grant is a request by a requester to get the privileged access specified in an entitlement for some duration. After the approval workflow as specified in the entitlement is satisfied, the specified access is given to the requester. The access is automatically taken back after the requested duration is over.

Inheritance

java.lang.Object > PrivilegedAccessManagerGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(PrivilegedAccessManagerGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(PrivilegedAccessManagerGrpc.AsyncService service)
Parameter
Name Description
service PrivilegedAccessManagerGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getApproveGrantMethod()

public static MethodDescriptor<ApproveGrantRequest,Grant> getApproveGrantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ApproveGrantRequest,Grant>

getCheckOnboardingStatusMethod()

public static MethodDescriptor<CheckOnboardingStatusRequest,CheckOnboardingStatusResponse> getCheckOnboardingStatusMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CheckOnboardingStatusRequest,CheckOnboardingStatusResponse>

getCreateEntitlementMethod()

public static MethodDescriptor<CreateEntitlementRequest,Operation> getCreateEntitlementMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateEntitlementRequest,Operation>

getCreateGrantMethod()

public static MethodDescriptor<CreateGrantRequest,Grant> getCreateGrantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateGrantRequest,Grant>

getDeleteEntitlementMethod()

public static MethodDescriptor<DeleteEntitlementRequest,Operation> getDeleteEntitlementMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteEntitlementRequest,Operation>

getDenyGrantMethod()

public static MethodDescriptor<DenyGrantRequest,Grant> getDenyGrantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DenyGrantRequest,Grant>

getGetEntitlementMethod()

public static MethodDescriptor<GetEntitlementRequest,Entitlement> getGetEntitlementMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetEntitlementRequest,Entitlement>

getGetGrantMethod()

public static MethodDescriptor<GetGrantRequest,Grant> getGetGrantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetGrantRequest,Grant>

getListEntitlementsMethod()

public static MethodDescriptor<ListEntitlementsRequest,ListEntitlementsResponse> getListEntitlementsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListEntitlementsRequest,ListEntitlementsResponse>

getListGrantsMethod()

public static MethodDescriptor<ListGrantsRequest,ListGrantsResponse> getListGrantsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListGrantsRequest,ListGrantsResponse>

getRevokeGrantMethod()

public static MethodDescriptor<RevokeGrantRequest,Operation> getRevokeGrantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RevokeGrantRequest,Operation>

getSearchEntitlementsMethod()

public static MethodDescriptor<SearchEntitlementsRequest,SearchEntitlementsResponse> getSearchEntitlementsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SearchEntitlementsRequest,SearchEntitlementsResponse>

getSearchGrantsMethod()

public static MethodDescriptor<SearchGrantsRequest,SearchGrantsResponse> getSearchGrantsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SearchGrantsRequest,SearchGrantsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateEntitlementMethod()

public static MethodDescriptor<UpdateEntitlementRequest,Operation> getUpdateEntitlementMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateEntitlementRequest,Operation>

newBlockingStub(Channel channel)

public static PrivilegedAccessManagerGrpc.PrivilegedAccessManagerBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
PrivilegedAccessManagerGrpc.PrivilegedAccessManagerBlockingStub

newFutureStub(Channel channel)

public static PrivilegedAccessManagerGrpc.PrivilegedAccessManagerFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
PrivilegedAccessManagerGrpc.PrivilegedAccessManagerFutureStub

newStub(Channel channel)

public static PrivilegedAccessManagerGrpc.PrivilegedAccessManagerStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
PrivilegedAccessManagerGrpc.PrivilegedAccessManagerStub