public interface ReactiveCredHubPermissionOperations
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
addPermissions(CredentialName name,
Permission... permissions)
Add permissions to an existing credential.
|
reactor.core.publisher.Mono<Void> |
deletePermission(CredentialName name,
Actor actor)
Delete a permission associated with a credential.
|
reactor.core.publisher.Flux<Permission> |
getPermissions(CredentialName name)
Get the permissions associated with a credential.
|
reactor.core.publisher.Flux<Permission> getPermissions(CredentialName name)
name - the name of the credential; must not be nullreactor.core.publisher.Mono<Void> addPermissions(CredentialName name, Permission... permissions)
name - the name of the credential; must not be nullpermissions - a collection of permissions to addMonoreactor.core.publisher.Mono<Void> deletePermission(CredentialName name, Actor actor)
name - the name of the credential; must not be nullactor - the actor of the permission; must not be nullMono