org.jboss.security.microcontainer.beans
Class MappingPolicyModule
java.lang.Object
org.jboss.security.microcontainer.beans.BasePolicyModule
org.jboss.security.microcontainer.beans.MappingPolicyModule
public class MappingPolicyModule
- extends BasePolicyModule
This class represents a mapping module in an application policy configuration.
- Author:
- Stefan Guilhen
MappingPolicyModule
public MappingPolicyModule()
getType
public String getType()
Obtains the type of mapping provided by the module.
- Returns:
- a
String
representing the type of mapping performed by the module.
setType
public void setType(String type)
Sets the type of mapping provided by the mapping module.
- Parameters:
type
- a String
that represents the type of mapping performed by the module.
toString
public String toString()
- Overrides:
toString
in class BasePolicyModule
Copyright © 2009 JBoss Inc.. All Rights Reserved.