Uses of Class
org.keycloak.representations.idm.ClientRepresentation
-
Packages that use ClientRepresentation Package Description org.keycloak.representations.idm -
-
Uses of ClientRepresentation in org.keycloak.representations.idm
Subclasses of ClientRepresentation in org.keycloak.representations.idm Modifier and Type Class Description class
ApplicationRepresentation
Deprecated.class
OAuthClientRepresentation
Deprecated.Fields in org.keycloak.representations.idm with type parameters of type ClientRepresentation Modifier and Type Field Description protected List<ClientRepresentation>
PartialImportRepresentation. clients
protected List<ClientRepresentation>
RealmRepresentation. clients
Methods in org.keycloak.representations.idm that return types with arguments of type ClientRepresentation Modifier and Type Method Description List<ClientRepresentation>
PartialImportRepresentation. getClients()
List<ClientRepresentation>
RealmRepresentation. getClients()
Method parameters in org.keycloak.representations.idm with type arguments of type ClientRepresentation Modifier and Type Method Description void
PartialImportRepresentation. setClients(List<ClientRepresentation> clients)
void
RealmRepresentation. setClients(List<ClientRepresentation> clients)
-