Package org.keycloak.representations.idm
Class UserConsentRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.UserConsentRepresentation
 
- 
 public class UserConsentRepresentation extends Object - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringclientIdprotected List<String>grantedClientScopesprotected List<String>grantedRealmRolesDeprecated.
 - 
Constructor SummaryConstructors Constructor Description UserConsentRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetClientId()LonggetCreatedDate()List<String>getGrantedClientScopes()List<String>getGrantedRealmRoles()Deprecated.LonggetLastUpdatedDate()voidsetClientId(String clientId)voidsetCreatedDate(Long createdDate)voidsetGrantedClientScopes(List<String> grantedClientScopes)voidsetLastUpdatedDate(Long lastUpdatedDate)
 
- 
- 
- 
Method Detail- 
getClientIdpublic String getClientId() 
 - 
setClientIdpublic void setClientId(String clientId) 
 - 
setCreatedDatepublic void setCreatedDate(Long createdDate) 
 - 
getCreatedDatepublic Long getCreatedDate() 
 - 
setLastUpdatedDatepublic void setLastUpdatedDate(Long lastUpdatedDate) 
 - 
getLastUpdatedDatepublic Long getLastUpdatedDate() 
 - 
getGrantedRealmRoles@Deprecated public List<String> getGrantedRealmRoles() Deprecated.
 
- 
 
-