Package | Description |
---|---|
org.keycloak.representations.account |
Modifier and Type | Method and Description |
---|---|
List<ConsentScopeRepresentation> |
ConsentRepresentation.getGrantedScopes() |
Modifier and Type | Method and Description |
---|---|
void |
ConsentRepresentation.setGrantedScopes(List<ConsentScopeRepresentation> grantedScopes) |
Constructor and Description |
---|
ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes,
Long createdDate,
Long lastUpdatedDate) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.