public class LoginModuleStack<T extends LoginModuleStack> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LoginModuleStack.LoginModuleStackResources
Child mutators for LoginModuleStack
|
| Constructor and Description |
|---|
LoginModuleStack(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
loginModule(LoginModule value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.LoginModule object to the list of subresources
|
T |
loginModule(String childKey)
Create and configure a org.wildfly.swarm.config.security.security_domain.authentication.LoginModule object to the list of subresources
|
T |
loginModule(String childKey,
LoginModuleConfigurator config)
Create and configure a org.wildfly.swarm.config.security.security_domain.authentication.LoginModule object to the list of subresources
|
T |
loginModules(List<LoginModule> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.LoginModule objects to this subresource
|
LoginModuleStack.LoginModuleStackResources |
subresources() |
public LoginModuleStack(String key)
public String getKey()
public LoginModuleStack.LoginModuleStackResources subresources()
public T loginModules(List<LoginModule> value)
value - List of org.wildfly.swarm.config.security.security_domain.authentication.LoginModule objects.public T loginModule(LoginModule value)
value - The org.wildfly.swarm.config.security.security_domain.authentication.LoginModule to addpublic T loginModule(String childKey, LoginModuleConfigurator config)
key - The key for the org.wildfly.swarm.config.security.security_domain.authentication.LoginModule resourceconfig - The org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleConfigurator to usepublic T loginModule(String childKey)
key - The key for the org.wildfly.swarm.config.security.security_domain.authentication.LoginModule resourceCopyright © 2015 JBoss by Red Hat. All rights reserved.