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 voidClientProfilesRepresentation. setGlobalProfiles(List<ClientProfileRepresentation> globalProfiles)voidClientProfilesRepresentation. setProfiles(List<ClientProfileRepresentation> profiles)
-