org.jboss.security.identitytrust.config
Class IdentityTrustModuleEntry

java.lang.Object
  extended by 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
IdentityTrustModuleEntry(String name)
           
IdentityTrustModuleEntry(String name, Map<String,Object> options)
           
 
Method Summary
 void add(org.jboss.security.config.ModuleOption option)
           
 org.jboss.security.config.ControlFlag getControlFlag()
           
 String getName()
           
 Map<String,Object> getOptions()
           
 void setControlFlag(org.jboss.security.config.ControlFlag controlFlag)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityTrustModuleEntry

public IdentityTrustModuleEntry(String name)

IdentityTrustModuleEntry

public IdentityTrustModuleEntry(String name,
                                Map<String,Object> options)
Method Detail

getName

public String getName()

add

public void add(org.jboss.security.config.ModuleOption option)

getOptions

public Map<String,Object> getOptions()

getControlFlag

public org.jboss.security.config.ControlFlag getControlFlag()

setControlFlag

public void setControlFlag(org.jboss.security.config.ControlFlag controlFlag)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.