Uses of Class
org.keycloak.representations.idm.UserConsentRepresentation
- 
Packages that use UserConsentRepresentation Package Description org.keycloak.models.utils org.keycloak.representations.idm 
- 
- 
Uses of UserConsentRepresentation in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return UserConsentRepresentation Modifier and Type Method Description static UserConsentRepresentationModelToRepresentation. toRepresentation(UserConsentModel model)Methods in org.keycloak.models.utils with parameters of type UserConsentRepresentation Modifier and Type Method Description static UserConsentModelRepresentationToModel. toModel(RealmModel newRealm, UserConsentRepresentation consentRep)
- 
Uses of UserConsentRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type UserConsentRepresentation Modifier and Type Field Description protected List<UserConsentRepresentation>UserRepresentation. clientConsentsMethods in org.keycloak.representations.idm that return types with arguments of type UserConsentRepresentation Modifier and Type Method Description List<UserConsentRepresentation>UserRepresentation. getClientConsents()Method parameters in org.keycloak.representations.idm with type arguments of type UserConsentRepresentation Modifier and Type Method Description voidUserRepresentation. setClientConsents(List<UserConsentRepresentation> clientConsents)
 
-