| Package | Description |
|---|---|
| org.wildfly.swarm.config.security.security_domain | |
| org.wildfly.swarm.config.security.security_domain.authentication |
| Modifier and Type | Method and Description |
|---|---|
List<AuthModule> |
JaspiAuthentication.JaspiAuthenticationResources.authModules()
Get the list of org.wildfly.swarm.config.security.security_domain.authentication.AuthModule resources
|
| Modifier and Type | Method and Description |
|---|---|
JaspiAuthentication |
JaspiAuthentication.authModule(AuthModule value)
Add the org.wildfly.swarm.config.security.security_domain.authentication.AuthModule object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
JaspiAuthentication |
JaspiAuthentication.authModules(List<AuthModule> value)
Add all org.wildfly.swarm.config.security.security_domain.authentication.AuthModule objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
AuthModule |
AuthModule.code(String value)
Class name of the module to be instantiated.
|
AuthModule |
AuthModule.flag(String value)
The flag controls how the module participates in the overall procedure.
|
AuthModule |
AuthModule.loginModuleStackRef(String value)
Reference to a login module stack name previously configured in the same security domain.
|
AuthModule |
AuthModule.module(String value)
Name of JBoss Module where the mapping module code is located.
|
AuthModule |
AuthModule.moduleOptions(Map value)
List of module options containing a name/value pair.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.