Package org.keycloak.representations.idm
Class UserConsentRepresentation
java.lang.Object
org.keycloak.representations.idm.UserConsentRepresentation
- Author:
- Marek Posolda
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.void
setClientId
(String clientId) void
setCreatedDate
(Long createdDate) void
setGrantedClientScopes
(List<String> grantedClientScopes) void
setLastUpdatedDate
(Long lastUpdatedDate)
-
Field Details
-
clientId
-
grantedClientScopes
-
grantedRealmRoles
Deprecated.
-
-
Constructor Details
-
UserConsentRepresentation
public UserConsentRepresentation()
-
-
Method Details
-
getClientId
-
setClientId
-
getGrantedClientScopes
-
setGrantedClientScopes
-
setCreatedDate
-
getCreatedDate
-
setLastUpdatedDate
-
getLastUpdatedDate
-
getGrantedRealmRoles
Deprecated.
-