public interface AccessRequestor
Modifier and Type | Method and Description |
---|---|
void |
requestAccess(com.vmware.vapi.internal.protocol.client.rpc.RestTransport transport,
ExecutionContext.SecurityContext ctx,
AuthorizationResponseHandler handler)
Executes asynchronously an access authorization HTTP request to the
authorization server using the specified
transport . |
void requestAccess(com.vmware.vapi.internal.protocol.client.rpc.RestTransport transport, ExecutionContext.SecurityContext ctx, AuthorizationResponseHandler handler)
transport
.transport
- the transport to issue the request withctx
- credentials for authenticating against the authorization
serverhandler
- for handling the authorization response