Uses of Class
org.keycloak.representations.account.ClientRepresentation
-
Packages that use ClientRepresentation Package Description org.keycloak.representations.account org.keycloak.services.resources.account -
-
Uses of ClientRepresentation in org.keycloak.representations.account
Methods in org.keycloak.representations.account that return types with arguments of type ClientRepresentation Modifier and Type Method Description List<ClientRepresentation>
SessionRepresentation. getClients()
Method parameters in org.keycloak.representations.account with type arguments of type ClientRepresentation Modifier and Type Method Description void
SessionRepresentation. setClients(List<ClientRepresentation> clients)
-
Uses of ClientRepresentation in org.keycloak.services.resources.account
Methods in org.keycloak.services.resources.account that return types with arguments of type ClientRepresentation Modifier and Type Method Description Stream<ClientRepresentation>
AccountRestService. applications(String name)
-