| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityzones |
| Modifier and Type | Method and Description |
|---|---|
Key |
Key.Builder.build()
Builds a new
Key. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Key> |
SamlConfiguration.getKeys()
The keys
|
| Modifier and Type | Method and Description |
|---|---|
Key.Builder |
Key.Builder.from(Key instance)
Fill a builder with attribute values from the provided
Key instance. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.key(String key,
Key value)
Put one entry to the
keys map. |
| Modifier and Type | Method and Description |
|---|---|
SamlConfiguration.Builder |
SamlConfiguration.Builder.key(Map.Entry<String,? extends Key> entry)
Put one entry to the
keys map. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.keys(Map<String,? extends Key> entries)
Sets or replaces all mappings from the specified map as entries for the
keys map. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.putAllKeys(Map<String,? extends Key> entries)
Put all mappings from the specified map as entries to
keys map. |
Copyright © 2020. All rights reserved.