Uses of Class
org.keycloak.representations.AccessToken.Access
-
Packages that use AccessToken.Access Package Description org.keycloak.representations -
-
Uses of AccessToken.Access in org.keycloak.representations
Fields in org.keycloak.representations declared as AccessToken.Access Modifier and Type Field Description protected AccessToken.Access
AccessToken. realmAccess
Fields in org.keycloak.representations with type parameters of type AccessToken.Access Modifier and Type Field Description protected Map<String,AccessToken.Access>
AccessToken. resourceAccess
Methods in org.keycloak.representations that return AccessToken.Access Modifier and Type Method Description AccessToken.Access
AccessToken. addAccess(String service)
AccessToken.Access
AccessToken.Access. addRole(String role)
AccessToken.Access
AccessToken.Access. clone()
AccessToken.Access
AccessToken. getRealmAccess()
AccessToken.Access
AccessToken. getResourceAccess(String resource)
AccessToken.Access
AccessToken.Access. roles(Set<String> roles)
AccessToken.Access
AccessToken.Access. verifyCaller(Boolean required)
Methods in org.keycloak.representations that return types with arguments of type AccessToken.Access Modifier and Type Method Description Map<String,AccessToken.Access>
AccessToken. getResourceAccess()
Methods in org.keycloak.representations with parameters of type AccessToken.Access Modifier and Type Method Description void
AccessToken. setRealmAccess(AccessToken.Access realmAccess)
Method parameters in org.keycloak.representations with type arguments of type AccessToken.Access Modifier and Type Method Description void
AccessToken. setResourceAccess(Map<String,AccessToken.Access> resourceAccess)
-