public static interface Authorizer.AuthorizerDescription
Modifier and Type | Method and Description |
---|---|
Set<String> |
getStandardRoles()
Gets the names of the "standard" built-in roles used by the authorizer.
|
boolean |
isRoleBased()
Gets whether the authorizer uses a role-based authorization mechanism.
|
boolean isRoleBased()
true
if a role-based mechanism is used; false
if notSet<String> getStandardRoles()
null
, but may be an empty set if roles are not used
or no built-in roles are used.Copyright © 2023 JBoss by Red Hat. All rights reserved.