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

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

Uses of ControlFlag in org.jboss.security.acl
 

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

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)
 

Uses of ControlFlag in org.jboss.security.identitytrust
 

Fields in org.jboss.security.identitytrust with type parameters of type ControlFlag
protected  ArrayList<ControlFlag> IdentityTrustContext.controlFlags
          Control Flags for the individual modules
 



Copyright © 2011 JBoss Inc.. All Rights Reserved.