public class ClassicIdentityTrust<T extends ClassicIdentityTrust<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClassicIdentityTrust.ClassicIdentityTrustResources
Child mutators for ClassicIdentityTrust
|
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
|
public 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 © 2019 JBoss by Red Hat. All rights reserved.