Package org.keycloak.representations.idm
Class UserConsentRepresentation
java.lang.Object
org.keycloak.representations.idm.UserConsentRepresentation
- Author:
 - Marek Posolda
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetClientId(String clientId) voidsetCreatedDate(Long createdDate) voidsetGrantedClientScopes(List<String> grantedClientScopes) voidsetLastUpdatedDate(Long lastUpdatedDate)  
- 
Field Details
- 
clientId
 - 
grantedClientScopes
 - 
grantedRealmRoles
Deprecated. 
 - 
 - 
Constructor Details
- 
UserConsentRepresentation
public UserConsentRepresentation() 
 - 
 - 
Method Details
- 
getClientId
 - 
setClientId
 - 
getGrantedClientScopes
 - 
setGrantedClientScopes
 - 
setCreatedDate
 - 
getCreatedDate
 - 
setLastUpdatedDate
 - 
getLastUpdatedDate
 - 
getGrantedRealmRoles
Deprecated. 
 -