org.rhq.modules.plugins.jbossas7
Class ModuleOptionsComponent.Value
java.lang.Object
org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
- Enclosing class:
- ModuleOptionsComponent
public static class ModuleOptionsComponent.Value
- extends Object
ModuleOptionsComponent.Value
public ModuleOptionsComponent.Value()
ModuleOptionsComponent.Value
public ModuleOptionsComponent.Value(String code,
String flag,
String type)
- Three possible flags can be set. c-> code f->flag t->type
Acl c f
Authentication c f
Authentication(Jaspi)c f
Authorization c f
Identity Trust c f
Mapping c t
Audit c
- Parameters:
code - flag - type -
getType
public String getType()
setType
public void setType(String type)
getFlag
public String getFlag()
setFlag
public void setFlag(String flag)
getCode
public String getCode()
setCode
public void setCode(String code)
getOptions
public LinkedHashMap<String,Object> getOptions()
setOptions
public void setOptions(LinkedHashMap<String,Object> options)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.