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 Long
getCreatedDate()
List<ConsentScopeRepresentation>
getGrantedScopes()
Long
getLastUpdatedDate()
void
setCreatedDate(Long createdDate)
void
setGrantedScopes(List<ConsentScopeRepresentation> grantedScopes)
void
setLastUpdatedDate(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)
-
-