Class ConsentRepresentation
java.lang.Object
org.keycloak.representations.account.ConsentRepresentation
-
Constructor Summary
ConstructorDescriptionConsentRepresentation
(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreatedDate
(Long createdDate) void
setGrantedScopes
(List<ConsentScopeRepresentation> grantedScopes) void
setLastUpdatedDate
(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
-