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 classApplicationRepresentationDeprecated.classOAuthClientRepresentationDeprecated.Fields in org.keycloak.representations.idm with type parameters of type ClientRepresentation Modifier and Type Field Description protected List<ClientRepresentation>PartialImportRepresentation. clientsprotected List<ClientRepresentation>RealmRepresentation. clientsMethods 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 voidPartialImportRepresentation. setClients(List<ClientRepresentation> clients)voidRealmRepresentation. setClients(List<ClientRepresentation> clients)
-