Package | Description |
---|---|
org.jboss.security.config |
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)
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.