Uses of Class
org.nentangso.core.client.vm.KeycloakClientRole
-
Packages that use KeycloakClientRole Package Description org.nentangso.core.client org.nentangso.core.service.provider -
-
Uses of KeycloakClientRole in org.nentangso.core.client
Methods in org.nentangso.core.client that return types with arguments of type KeycloakClientRole Modifier and Type Method Description org.springframework.http.ResponseEntity<KeycloakClientRole>NtsKeycloakClient. findClientRole(String internalClientId, String roleName)org.springframework.http.ResponseEntity<List<KeycloakClientRole>>NtsKeycloakClient. findClientRoles(String internalClientId, Boolean briefRepresentation) -
Uses of KeycloakClientRole in org.nentangso.core.service.provider
Method parameters in org.nentangso.core.service.provider with type arguments of type KeycloakClientRole Modifier and Type Method Description Set<Long>NtsKeycloakLocationProvider. toLocationIds(Collection<KeycloakClientRole> clientRoles)
-