Modifier and Type | Method and Description |
---|---|
static Flag |
Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flag[] |
Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Flag |
ACLModule.flag()
The flag controls how the module participates in the overall procedure.
|
Modifier and Type | Method and Description |
---|---|
T |
ACLModule.flag(Flag value)
The flag controls how the module participates in the overall procedure.
|
Modifier and Type | Method and Description |
---|---|
Flag |
LoginModule.flag()
The flag controls how the module participates in the overall procedure.
|
Flag |
AuthModule.flag()
The flag controls how the module participates in the overall procedure.
|
Modifier and Type | Method and Description |
---|---|
T |
LoginModule.flag(Flag value)
The flag controls how the module participates in the overall procedure.
|
T |
AuthModule.flag(Flag value)
The flag controls how the module participates in the overall procedure.
|
Modifier and Type | Method and Description |
---|---|
Flag |
PolicyModule.flag()
The flag controls how the module participates in the overall procedure.
|
Modifier and Type | Method and Description |
---|---|
T |
PolicyModule.flag(Flag value)
The flag controls how the module participates in the overall procedure.
|
Modifier and Type | Method and Description |
---|---|
Flag |
TrustModule.flag()
The flag controls how the module participates in the overall procedure.
|
Modifier and Type | Method and Description |
---|---|
T |
TrustModule.flag(Flag value)
The flag controls how the module participates in the overall procedure.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.