Uses of Class
org.keycloak.representations.account.ConsentScopeRepresentation
-
Packages that use ConsentScopeRepresentation Package Description org.keycloak.representations.account -
-
Uses of ConsentScopeRepresentation in org.keycloak.representations.account
Methods in org.keycloak.representations.account that return types with arguments of type ConsentScopeRepresentation Modifier and Type Method Description List<ConsentScopeRepresentation>
ConsentRepresentation. getGrantedScopes()
Method parameters in org.keycloak.representations.account with type arguments of type ConsentScopeRepresentation Modifier and Type Method Description void
ConsentRepresentation. setGrantedScopes(List<ConsentScopeRepresentation> grantedScopes)
Constructor parameters in org.keycloak.representations.account with type arguments of type ConsentScopeRepresentation Constructor Description ConsentRepresentation(List<ConsentScopeRepresentation> grantedScopes, Long createdDate, Long lastUpdatedDate)
-