public class ClassicAuthentication<T extends ClassicAuthentication> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicAuthentication.ClassicAuthenticationResources
Child mutators for ClassicAuthentication
|
| Constructor and Description |
|---|
ClassicAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
ClassicAuthentication |
loginModule(LoginModule value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.LoginModule object to the list of subresources
|
ClassicAuthentication |
loginModule(String childKey)
Create and configure a org.wildfly.swarm.config.security.security_domain.authentication.LoginModule object to the list of subresources
|
ClassicAuthentication |
loginModule(String childKey,
LoginModuleConfigurator config)
Create and configure a org.wildfly.swarm.config.security.security_domain.authentication.LoginModule object to the list of subresources
|
ClassicAuthentication |
loginModules(List<LoginModule> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.LoginModule objects to this subresource
|
ClassicAuthentication.ClassicAuthenticationResources |
subresources() |
public String getKey()
public ClassicAuthentication.ClassicAuthenticationResources subresources()
public ClassicAuthentication loginModules(List<LoginModule> value)
value - List of org.wildfly.swarm.config.security.security_domain.authentication.LoginModule objects.public ClassicAuthentication loginModule(LoginModule value)
value - The org.wildfly.swarm.config.security.security_domain.authentication.LoginModule to addpublic ClassicAuthentication 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 ClassicAuthentication 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.