org.ow2.bonita.facade.def.element.impl
Class RoleMapperDefinitionImpl
java.lang.Object
org.ow2.bonita.facade.def.element.impl.RoleMapperDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, RoleMapperDefinition
public class RoleMapperDefinitionImpl
- extends java.lang.Object
- implements RoleMapperDefinition
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
className
|
protected java.util.Map<java.lang.String,java.lang.Object[]> |
parameters
|
Method Summary |
void |
addParameter(java.lang.String key,
java.lang.Object... value)
|
java.lang.String |
getClassName()
Java class name is called to retrieve users for a given role in the users database. |
java.util.Map<java.lang.String,java.lang.Object[]> |
getParameters()
Possibility to give parameters to the role mapper.
Not supported. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
protected java.lang.String className
parameters
protected java.util.Map<java.lang.String,java.lang.Object[]> parameters
RoleMapperDefinitionImpl
protected RoleMapperDefinitionImpl()
RoleMapperDefinitionImpl
public RoleMapperDefinitionImpl(java.lang.String className,
java.util.Map<java.lang.String,java.lang.Object[]> parameters)
RoleMapperDefinitionImpl
public RoleMapperDefinitionImpl(RoleMapperDefinition src)
getClassName
public java.lang.String getClassName()
- Description copied from interface:
RoleMapperDefinition
- Java class name is called to retrieve users for a given role in the users database.
- Specified by:
getClassName
in interface RoleMapperDefinition
- Returns:
- The name of the class called by the role mapper.
getParameters
public java.util.Map<java.lang.String,java.lang.Object[]> getParameters()
- Description copied from interface:
RoleMapperDefinition
- Possibility to give parameters to the role mapper.
Not supported.
- Specified by:
getParameters
in interface RoleMapperDefinition
addParameter
public void addParameter(java.lang.String key,
java.lang.Object... value)
Copyright © 2009 OW2 Consortium. All Rights Reserved.