| Package | Description |
|---|---|
| org.jboss.security.acl | |
| org.jboss.security.config | |
| org.jboss.security.identitytrust |
| Modifier and Type | Field and Description |
|---|---|
protected List<ControlFlag> |
ACLContext.controlFlags
Control Flags for the individual modules
|
| Modifier and Type | Field and Description |
|---|---|
static ControlFlag |
ControlFlag.OPTIONAL |
static ControlFlag |
ControlFlag.REQUIRED |
static ControlFlag |
ControlFlag.REQUISITE |
static ControlFlag |
ControlFlag.SUFFICIENT |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ControlFlag> |
IdentityTrustContext.controlFlags
Control Flags for the individual modules
|
Copyright © 2013 JBoss Inc.. All Rights Reserved.