Uses of Class
org.jboss.security.config.ControlFlag

Packages that use ControlFlag
org.jboss.security.authorization   
org.jboss.security.config   
 

Uses of ControlFlag in org.jboss.security.authorization
 

Fields in org.jboss.security.authorization with type parameters of type ControlFlag
protected  List<ControlFlag> AuthorizationContext.controlFlags
          Control Flags for the individual modules
 

Uses of ControlFlag in org.jboss.security.config
 

Fields in org.jboss.security.config declared as ControlFlag
static ControlFlag ControlFlag.OPTIONAL
           
static ControlFlag ControlFlag.REQUIRED
           
static ControlFlag ControlFlag.REQUISITE
           
static ControlFlag ControlFlag.SUFFICIENT
           
 

Methods in org.jboss.security.config that return ControlFlag
static ControlFlag ControlFlag.valueOf(String flag)
          Method that returns the correct Control flag that is associated with the argument flag, which can be (REQUIRED, REQUISITE, SUFFICIENT and OPTIONAL)
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.