Class ConsentRepresentation
- java.lang.Object
-
- org.keycloak.representations.account.ConsentRepresentation
-
public class ConsentRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description ConsentRepresentation()ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate)
-
Method Summary
All 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
-
ConsentRepresentation
public ConsentRepresentation()
-
ConsentRepresentation
public ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate)
-
-
Method Detail
-
getGrantedScopes
public List<ConsentScopeRepresentation> getGrantedScopes()
-
setGrantedScopes
public void setGrantedScopes(List<ConsentScopeRepresentation> grantedScopes)
-
getCreatedDate
public Long getCreatedDate()
-
setCreatedDate
public void setCreatedDate(Long createdDate)
-
getLastUpdatedDate
public Long getLastUpdatedDate()
-
setLastUpdatedDate
public void setLastUpdatedDate(Long lastUpdatedDate)
-
-