public class JaspiAuthentication extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JaspiAuthentication.JaspiAuthenticationResources
Child mutators for JaspiAuthentication
|
| Constructor and Description |
|---|
JaspiAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
JaspiAuthentication |
authModule(AuthModule value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.AuthModule object to the list of subresources
|
JaspiAuthentication |
authModules(List<AuthModule> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.AuthModule objects to this subresource
|
String |
getKey() |
JaspiAuthentication |
loginModuleStack(LoginModuleStack value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack object to the list of subresources
|
JaspiAuthentication |
loginModuleStacks(List<LoginModuleStack> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack objects to this subresource
|
JaspiAuthentication.JaspiAuthenticationResources |
subresources() |
public String getKey()
public JaspiAuthentication.JaspiAuthenticationResources subresources()
public JaspiAuthentication loginModuleStacks(List<LoginModuleStack> value)
value - List of org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack objects.public JaspiAuthentication loginModuleStack(LoginModuleStack value)
value - The org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStack to addpublic JaspiAuthentication authModules(List<AuthModule> value)
value - List of org.wildfly.swarm.config.security.security_domain.authentication.AuthModule objects.public JaspiAuthentication authModule(AuthModule value)
value - The org.wildfly.swarm.config.security.security_domain.authentication.AuthModule to addCopyright © 2015 JBoss by Red Hat. All rights reserved.