Uses of Class
org.keycloak.representations.info.ClientInstallationRepresentation
-
Packages that use ClientInstallationRepresentation Package Description org.keycloak.representations.info -
-
Uses of ClientInstallationRepresentation in org.keycloak.representations.info
Methods in org.keycloak.representations.info that return types with arguments of type ClientInstallationRepresentation Modifier and Type Method Description Map<String,List<ClientInstallationRepresentation>>
ServerInfoRepresentation. getClientInstallations()
Method parameters in org.keycloak.representations.info with type arguments of type ClientInstallationRepresentation Modifier and Type Method Description void
ServerInfoRepresentation. setClientInstallations(Map<String,List<ClientInstallationRepresentation>> clientInstallations)
-