public class MappingModuleEntry extends Object
| Constructor and Description | 
|---|
| MappingModuleEntry(String name)Create a new MappingModuleEntry. | 
| MappingModuleEntry(String name,
                  Map<String,Object> options)Create a new MappingModuleEntry. | 
| MappingModuleEntry(String name,
                  Map<String,Object> options,
                  String type)
 Creates a new  MappingModuleEntrywith the specified module name, module type and module options. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(ModuleOption option) | 
| String | getMappingModuleName()Get the Policy Module Name | 
| String | getMappingModuleType()
 Gets the type of mapping performed by the mapping module. | 
| Map<String,Object> | getOptions()Get the options | 
| String | toString() | 
public MappingModuleEntry(String name)
name - Policy Module Namepublic MappingModuleEntry(String name, Map<String,Object> options)
name - Policy Module Nameoptions - Optionspublic MappingModuleEntry(String name, Map<String,Object> options, String type)
 Creates a new MappingModuleEntry with the specified module name, module type and module options.
 
name - a String representing the fully-qualified class name of the mapping module.options - a Map<String,Object> containing the options configured for the mapping module.type - a String representing the type of mapping performed by the mapping module (e.g. role,
            identity, principal).public void add(ModuleOption option)
public String getMappingModuleName()
public String getMappingModuleType()
Gets the type of mapping performed by the mapping module.
String representing the type of mapping performed.Copyright © 2017 JBoss by Red Hat. All rights reserved.