| Package | Description |
|---|---|
| org.wildfly.swarm.config.security.security_domain | |
| org.wildfly.swarm.config.security.security_domain.authentication |
| Modifier and Type | Method and Description |
|---|---|
List<LoginModule> |
ClassicAuthentication.ClassicAuthenticationResources.loginModules()
Get the list of org.wildfly.swarm.config.security.security_domain.authentication.LoginModule resources
|
| Modifier and Type | Method and Description |
|---|---|
ClassicAuthentication |
ClassicAuthentication.loginModule(LoginModule value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.LoginModule object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
ClassicAuthentication |
ClassicAuthentication.loginModules(List<LoginModule> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.LoginModule objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
LoginModule |
LoginModule.code(String value)
Class name of the module to be instantiated.
|
LoginModule |
LoginModule.flag(String value)
The flag controls how the module participates in the overall procedure.
|
LoginModule |
LoginModule.module(String value)
Name of JBoss Module where the login module is located.
|
LoginModule |
LoginModule.moduleOptions(Map value)
List of module options containing a name/value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoginModule> |
LoginModuleStack.LoginModuleStackResources.loginModules()
Get the list of org.wildfly.swarm.config.security.security_domain.authentication.LoginModule resources
|
| Modifier and Type | Method and Description |
|---|---|
LoginModuleStack |
LoginModuleStack.loginModule(LoginModule value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.LoginModule object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoginModuleStack |
LoginModuleStack.loginModules(List<LoginModule> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.LoginModule objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.