public class ClassicIdentityTrust<T extends ClassicIdentityTrust<T>> extends HashMap
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassicIdentityTrust.ClassicIdentityTrustResources
Child mutators for ClassicIdentityTrust
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ClassicIdentityTrust() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
ClassicIdentityTrust.ClassicIdentityTrustResources |
subresources() |
T |
trustModule(String childKey)
Create and configure a TrustModule object to the list of subresources
|
T |
trustModule(String childKey,
TrustModuleConsumer consumer)
Create and configure a TrustModule object to the list of subresources
|
T |
trustModule(TrustModule value)
Add the TrustModule object to the list of subresources
|
T |
trustModule(TrustModuleSupplier supplier)
Install a supplied TrustModule object to the list of subresources
|
T |
trustModules(List<TrustModule> value)
Add all TrustModule objects to this subresource
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public ClassicIdentityTrust.ClassicIdentityTrustResources subresources()
public T trustModules(List<TrustModule> value)
value - List of TrustModule objects.public T trustModule(TrustModule value)
value - The TrustModule to addpublic T trustModule(String childKey, TrustModuleConsumer consumer)
key - The key for the TrustModule resourceconfig - The TrustModuleConsumer to usepublic T trustModule(String childKey)
key - The key for the TrustModule resourcepublic T trustModule(TrustModuleSupplier supplier)
Copyright © 2017 JBoss by Red Hat. All rights reserved.