Uses of Class
org.keycloak.representations.idm.ClientProfileRepresentation
-
Packages that use ClientProfileRepresentation Package Description org.keycloak.representations.idm -
-
Uses of ClientProfileRepresentation in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return types with arguments of type ClientProfileRepresentation Modifier and Type Method Description List<ClientProfileRepresentation>
ClientProfilesRepresentation. getGlobalProfiles()
List<ClientProfileRepresentation>
ClientProfilesRepresentation. getProfiles()
Method parameters in org.keycloak.representations.idm with type arguments of type ClientProfileRepresentation Modifier and Type Method Description void
ClientProfilesRepresentation. setGlobalProfiles(List<ClientProfileRepresentation> globalProfiles)
void
ClientProfilesRepresentation. setProfiles(List<ClientProfileRepresentation> profiles)
-