Class IdentityTrustModuleEntry
- java.lang.Object
-
- org.jboss.security.identitytrust.config.IdentityTrustModuleEntry
-
public class IdentityTrustModuleEntry extends Object
An entry representing an Identity Trust Module in the configuration- Since:
- July 25, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description IdentityTrustModuleEntry(String name)
IdentityTrustModuleEntry(String name, Map<String,Object> options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ModuleOption option)
ControlFlag
getControlFlag()
String
getName()
Map<String,Object>
getOptions()
void
setControlFlag(ControlFlag controlFlag)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
add
public void add(ModuleOption option)
-
getControlFlag
public ControlFlag getControlFlag()
-
setControlFlag
public void setControlFlag(ControlFlag controlFlag)
-
-