| Package | Description |
|---|---|
| org.wildfly.swarm.config.security.security_domain | |
| org.wildfly.swarm.config.security.security_domain.mapping |
| Modifier and Type | Method and Description |
|---|---|
List<MappingModule> |
ClassicMapping.ClassicMappingResources.mappingModules()
Get the list of org.wildfly.swarm.config.security.security_domain.mapping.MappingModule resources
|
| Modifier and Type | Method and Description |
|---|---|
ClassicMapping |
ClassicMapping.mappingModule(MappingModule value)
Add the org.wildfly.swarm.config.security.security_domain.mapping.MappingModule object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
ClassicMapping |
ClassicMapping.mappingModules(List<MappingModule> value)
Add all org.wildfly.swarm.config.security.security_domain.mapping.MappingModule objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
MappingModule |
MappingModule.code(String value)
Class name of the module to be instantiated.
|
MappingModule |
MappingModule.module(String value)
Name of JBoss Module where the mapping module code is located.
|
MappingModule |
MappingModule.moduleOptions(Map value)
List of module options containing a name/value pair.
|
MappingModule |
MappingModule.type(String value)
Type of mapping this module performs.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.