| Modifier and Type | Class and Description |
|---|---|
static class |
Services.Builder
Builder to help construct the Services.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Resource |
get(String name)
Gets the
Resource for a given service-name. |
Set<String> |
getNames()
Returns all
Services names. |
protected Map<String,Resource> |
getServices()
Gets a
Map of service-names to Resources. |
int |
hashCode() |
static Services.Builder |
services()
Create a new Builder for Services.
|
protected Map<String,Resource> getServices()
Map of service-names to Resources.
This method is currently only used for JSON serialization.Map of service-names to Resources.public Resource get(String name)
Resource for a given service-name.name - Service nameSchema or null if does-not-exist.public static Services.Builder services()
Copyright © 2025 Open Identity Platform Community. All rights reserved.