| Package | Description |
|---|---|
| org.wildfly.security.mechanism |
| Modifier and Type | Method and Description |
|---|---|
static ScramServerErrorCode |
ScramServerErrorCode.fromErrorString(String value) |
ScramServerErrorCode |
ScramServerException.getError() |
static ScramServerErrorCode |
ScramServerErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScramServerErrorCode[] |
ScramServerErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScramServerErrorCode.in(ScramServerErrorCode... values)
Determine whether this instance is equal to one of the given instances.
|
boolean |
ScramServerErrorCode.in(ScramServerErrorCode v1)
Determine whether this instance is equal to one of the given instances.
|
boolean |
ScramServerErrorCode.in(ScramServerErrorCode v1,
ScramServerErrorCode v2)
Determine whether this instance is equal to one of the given instances.
|
boolean |
ScramServerErrorCode.in(ScramServerErrorCode v1,
ScramServerErrorCode v2,
ScramServerErrorCode v3)
Determine whether this instance is equal to one of the given instances.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ScramServerErrorCode.isFull(EnumSet<ScramServerErrorCode> set)
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
|
| Constructor and Description |
|---|
ScramServerException(ScramServerErrorCode error)
Constructs a new
ScramServerException instance. |
ScramServerException(String msg,
ScramServerErrorCode error)
Constructs a new
ScramServerException instance with an initial message. |
ScramServerException(String msg,
Throwable cause,
ScramServerErrorCode error)
Constructs a new
ScramServerException instance with an initial message and cause. |
ScramServerException(Throwable cause,
ScramServerErrorCode error)
Constructs a new
ScramServerException instance with an initial cause. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.