public interface Authorizations
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
add(String providerId,
Authorization authorization) |
Authorizations |
add(String providerId,
Set<Authorization> authorizations) |
Authorizations |
delete(String providerId) |
Set<Authorization> |
get(String providerId) |
Set<String> |
getProviderIds() |
Authorizations add(String providerId, Set<Authorization> authorizations)
Authorizations add(String providerId, Authorization authorization)
Authorizations delete(String providerId)
Set<Authorization> get(String providerId)
Copyright © 2019 Eclipse. All rights reserved.