public class IdentityTrustClassic<T extends IdentityTrustClassic> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityTrustClassic.IdentityTrustClassicResources
Child mutators for IdentityTrustClassic
|
| Constructor and Description |
|---|
IdentityTrustClassic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
IdentityTrustClassic.IdentityTrustClassicResources |
subresources() |
T |
trustModule(TrustModule value)
Add the TrustModule object to the list of subresources
|
T |
trustModules(List<TrustModule> value)
Add all TrustModule objects to this subresource
|
public String getKey()
public IdentityTrustClassic.IdentityTrustClassicResources subresources()
public T trustModules(List<TrustModule> value)
value - List of TrustModule objects.public T trustModule(TrustModule value)
value - The TrustModule to addCopyright © 2015 JBoss by Red Hat. All rights reserved.