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.AccessAccessToken. realmAccessFields in org.keycloak.representations with type parameters of type AccessToken.Access Modifier and Type Field Description protected Map<String,AccessToken.Access>AccessToken. resourceAccessMethods in org.keycloak.representations that return AccessToken.Access Modifier and Type Method Description AccessToken.AccessAccessToken. addAccess(String service)AccessToken.AccessAccessToken.Access. addRole(String role)AccessToken.AccessAccessToken.Access. clone()AccessToken.AccessAccessToken. getRealmAccess()AccessToken.AccessAccessToken. getResourceAccess(String resource)AccessToken.AccessAccessToken.Access. roles(Set<String> roles)AccessToken.AccessAccessToken.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 voidAccessToken. setRealmAccess(AccessToken.Access realmAccess)Method parameters in org.keycloak.representations with type arguments of type AccessToken.Access Modifier and Type Method Description voidAccessToken. setResourceAccess(Map<String,AccessToken.Access> resourceAccess)
-