org.jboss.security.microcontainer.beans
Class MappingPolicyModule

java.lang.Object
  extended by org.jboss.security.microcontainer.beans.BasePolicyModule
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.security.microcontainer.beans.BasePolicyModule
code, options
 
Constructor Summary
MappingPolicyModule()
           
 
Method Summary
 String getType()
           Obtains the type of mapping provided by the module.
 void setType(String type)
           Sets the type of mapping provided by the mapping module.
 String toString()
           
 
Methods inherited from class org.jboss.security.microcontainer.beans.BasePolicyModule
getCode, getOptions, setCode, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingPolicyModule

public MappingPolicyModule()
Method Detail

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.