public static final class HasRoleRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
NO_ERROR_IF_NOT_EXISTS
|
static String |
ONLY_DIRECT
|
static String |
TRUE |
public static final String NO_ERROR_IF_NOT_EXISTS
FALSE
will return an error if the provided
role
does not exist or is blank. If TRUE
then it will return FALSE
for hasRole
.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2025. All rights reserved.