| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
ResourceServerError.getResourceServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceServerError.setResourceServer(ResourceServer resourceServer) |
| Constructor and Description |
|---|
ResourceServerError(String error,
ResourceServer resourceServer) |
ResourceServerInfo(com.nimbusds.jose.util.ResourceRetriever resourceRetriever,
ResourceServer resourceServer) |
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
ResourceServerAndSecret.getResourceServer() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceServer> |
ResourceServers.getServers() |
Map<String,Map<String,ResourceServer>> |
ResourceServers.toMultiMap() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceServer> |
InMemoryResourceServerRepository.getAll() |
List<ResourceServer> |
ResourceServerRepository.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryResourceServerRepository.add(ResourceServer resourceServer) |
void |
ResourceServerRepository.add(ResourceServer resourceServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryResourceServerRepository.addAll(Iterable<ResourceServer> resourceServers) |
void |
ResourceServerRepository.addAll(Iterable<ResourceServer> resourceServers) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceServer> |
EnvironmentVariableResourceServersProvider.get() |
List<ResourceServer> |
ResourceServersProvider.get() |
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
ResourceServerService.getForAudience(String audience) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceServerService.create(ResourceServer resourceServer) |
Copyright © 2018. All rights reserved.