|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.mapping.config.MappingModuleEntry
public class MappingModuleEntry
Represents configuration for a single Mapping Module
| Constructor Summary | |
|---|---|
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 MappingModuleEntry with the specified module name, module type and module options. |
|
| Method Summary | |
|---|---|
void |
add(org.jboss.security.config.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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MappingModuleEntry(String name)
name - Policy Module Name
public MappingModuleEntry(String name,
Map<String,Object> options)
name - Policy Module Nameoptions - Options
public 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).| Method Detail |
|---|
public void add(org.jboss.security.config.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.public Map<String,Object> getOptions()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||