Class ConsentRepresentation
java.lang.Object
org.keycloak.representations.account.ConsentRepresentation
- 
Constructor Summary
ConstructorsConstructorDescriptionConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedDate(Long createdDate) voidsetGrantedScopes(List<ConsentScopeRepresentation> grantedScopes) voidsetLastUpdatedDate(Long lastUpdatedDate)  
- 
Constructor Details
- 
ConsentRepresentation
public ConsentRepresentation() - 
ConsentRepresentation
public ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate)  
 - 
 - 
Method Details
- 
getGrantedScopes
 - 
setGrantedScopes
 - 
getCreatedDate
 - 
setCreatedDate
 - 
getLastUpdatedDate
 - 
setLastUpdatedDate
 
 -