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 Resource s. |
int |
hashCode() |
static Services.Builder |
services()
Create a new Builder for Services.
|
protected Map<String,Resource> getServices()
Map
of service-names to Resource
s.
This method is currently only used for JSON serialization.Map
of service-names to Resource
s.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 © 2010-2018, ForgeRock All Rights Reserved.