Uses of Class
org.jboss.security.config.jaxb.ModuleOptionFlag

Packages that use ModuleOptionFlag
org.jboss.security.config   
org.jboss.security.config.jaxb   
 

Uses of ModuleOptionFlag in org.jboss.security.config
 

Methods in org.jboss.security.config with parameters of type ModuleOptionFlag
 org.jboss.security.config.ControlFlag JBossSXConfigBridge.getControlFlag(ModuleOptionFlag flag)
           
 AppConfigurationEntry.LoginModuleControlFlag JBossSXConfigBridge.map(ModuleOptionFlag flag)
           
 

Uses of ModuleOptionFlag in org.jboss.security.config.jaxb
 

Fields in org.jboss.security.config.jaxb declared as ModuleOptionFlag
protected  ModuleOptionFlag LoginModuleInfo.flag
           
protected  ModuleOptionFlag TrustModule.flag
           
protected  ModuleOptionFlag PolicyModule.flag
           
 

Methods in org.jboss.security.config.jaxb that return ModuleOptionFlag
static ModuleOptionFlag ModuleOptionFlag.fromValue(String v)
           
 ModuleOptionFlag LoginModuleInfo.getFlag()
          Gets the value of the flag property.
 ModuleOptionFlag TrustModule.getFlag()
          Gets the value of the flag property.
 ModuleOptionFlag PolicyModule.getFlag()
          Gets the value of the flag property.
static ModuleOptionFlag ModuleOptionFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModuleOptionFlag[] ModuleOptionFlag.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.security.config.jaxb with parameters of type ModuleOptionFlag
 void LoginModuleInfo.setFlag(ModuleOptionFlag value)
          Sets the value of the flag property.
 void TrustModule.setFlag(ModuleOptionFlag value)
          Sets the value of the flag property.
 void PolicyModule.setFlag(ModuleOptionFlag value)
          Sets the value of the flag property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.