| Package | Description |
|---|---|
| org.gcube.common.authorization.library | |
| org.gcube.common.authorization.library.provider |
| Modifier and Type | Method and Description |
|---|---|
List<BannedService> |
BannedServices.get() |
List<BannedService> |
AuthorizationEntry.getBannedServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationEntry.setBannedServices(List<BannedService> bannedServices) |
| Constructor and Description |
|---|
AuthorizationEntry(String userName,
List<String> roles,
String scope,
List<BannedService> bannedServices) |
BannedServices(List<BannedService> services) |
| Modifier and Type | Method and Description |
|---|---|
List<BannedService> |
UserInfo.getBannedServices() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserInfo.isTokenBannedForService(BannedService service) |
| Constructor and Description |
|---|
UserInfo(String userName,
List<String> roles,
List<BannedService> bannedServices) |
Copyright © 2015. All Rights Reserved.