public class LoginModuleStack<T extends LoginModuleStack<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LoginModuleStack.LoginModuleStackResources
Child mutators for LoginModuleStack 
 | 
| Constructor and Description | 
|---|
LoginModuleStack(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
T | 
loginModule(LoginModule value)
Add the LoginModule object to the list of subresources 
 | 
T | 
loginModule(LoginModuleSupplier supplier)
Install a supplied LoginModule object to the list of subresources 
 | 
T | 
loginModule(String childKey)
Create and configure a LoginModule object to the list of subresources 
 | 
T | 
loginModule(String childKey,
           LoginModuleConsumer consumer)
Create and configure a LoginModule object to the list of subresources 
 | 
T | 
loginModules(List<LoginModule> value)
Add all LoginModule objects to this subresource 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
LoginModuleStack.LoginModuleStackResources | 
subresources()  | 
public LoginModuleStack(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public LoginModuleStack.LoginModuleStackResources subresources()
public T loginModules(List<LoginModule> value)
value - List of LoginModule objects.public T loginModule(LoginModule value)
value - The LoginModule to addpublic T loginModule(String childKey, LoginModuleConsumer consumer)
key - The key for the LoginModule resourceconfig - The LoginModuleConsumer to usepublic T loginModule(String childKey)
key - The key for the LoginModule resourcepublic T loginModule(LoginModuleSupplier supplier)
Copyright © 2019 JBoss by Red Hat. All rights reserved.