Class ConsentRepresentation
- java.lang.Object
- 
- org.keycloak.representations.account.ConsentRepresentation
 
- 
 public class ConsentRepresentation extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ConsentRepresentation()ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCreatedDate()List<ConsentScopeRepresentation>getGrantedScopes()LonggetLastUpdatedDate()voidsetCreatedDate(Long createdDate)voidsetGrantedScopes(List<ConsentScopeRepresentation> grantedScopes)voidsetLastUpdatedDate(Long lastUpdatedDate)
 
- 
- 
- 
Constructor Detail- 
ConsentRepresentationpublic ConsentRepresentation() 
 - 
ConsentRepresentationpublic ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate) 
 
- 
 - 
Method Detail- 
getGrantedScopespublic List<ConsentScopeRepresentation> getGrantedScopes() 
 - 
setGrantedScopespublic void setGrantedScopes(List<ConsentScopeRepresentation> grantedScopes) 
 - 
getCreatedDatepublic Long getCreatedDate() 
 - 
setCreatedDatepublic void setCreatedDate(Long createdDate) 
 - 
getLastUpdatedDatepublic Long getLastUpdatedDate() 
 - 
setLastUpdatedDatepublic void setLastUpdatedDate(Long lastUpdatedDate) 
 
- 
 
-