Modifier and Type | Method and Description |
---|---|
ControlFlag |
ACLProviderEntry.getControlFlag()
Get the Control Flag (Required,Requisite,Sufficient or Optional)
|
Modifier and Type | Method and Description |
---|---|
void |
ACLProviderEntry.setControlFlag(ControlFlag controlFlag)
Set the Control Flag (Required,Requisite,Sufficient or Optional)
|
Modifier and Type | Method and Description |
---|---|
ControlFlag |
AuthModuleEntry.getControlFlag() |
Modifier and Type | Method and Description |
---|---|
void |
AuthModuleEntry.setControlFlag(ControlFlag flag) |
Modifier and Type | Field and Description |
---|---|
protected List<ControlFlag> |
JBossServerAuthContext.controlFlags
Control Flags for the individual modules
|
Modifier and Type | Method and Description |
---|---|
void |
JBossServerAuthContext.setControlFlags(List<ControlFlag> controlFlags) |
Modifier and Type | Method and Description |
---|---|
ControlFlag |
AuthorizationModuleEntry.getControlFlag()
Get the Control Flag (Required,Requisite,Sufficient or Optional)
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationModuleEntry.setControlFlag(ControlFlag controlFlag)
Set the Control Flag (Required,Requisite,Sufficient or Optional)
|
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
|
Modifier and Type | Method and Description |
---|---|
ControlFlag |
IdentityTrustModuleEntry.getControlFlag() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityTrustModuleEntry.setControlFlag(ControlFlag controlFlag) |
Modifier and Type | Field and Description |
---|---|
protected List<ControlFlag> |
JBossWSClientAuthContext.controlFlags |
Modifier and Type | Method and Description |
---|---|
void |
JBossWSClientAuthContext.setControlFlags(List<ControlFlag> controlFlags) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.