public class 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 |
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 addCopyright © 2015 JBoss by Red Hat. All rights reserved.