public class ScopesSpec
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScopesSpec.AuthzScope
Keycloak Authorization Services scope.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGranted(java.lang.String operation)
See if the specific operation is granted based on the list of grants contained in this instance of
ScopesSpec. |
java.lang.String |
toString() |
public boolean isGranted(java.lang.String operation)
ScopesSpec.operation - Operation (permission) namepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2023. All rights reserved.