@Entity public class UserConsentEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
clientId |
protected String |
clientStorageProvider |
protected String |
externalClientId |
protected String |
id |
protected UserEntity |
user |
Constructor and Description |
---|
UserConsentEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getClientStorageProvider() |
Long |
getCreatedDate() |
String |
getExternalClientId() |
Collection<UserConsentClientScopeEntity> |
getGrantedClientScopes() |
String |
getId() |
Long |
getLastUpdatedDate() |
UserEntity |
getUser() |
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setClientStorageProvider(String clientStorageProvider) |
void |
setCreatedDate(Long createdDate) |
void |
setExternalClientId(String externalClientId) |
void |
setGrantedClientScopes(Collection<UserConsentClientScopeEntity> grantedClientScopes) |
void |
setId(String id) |
void |
setLastUpdatedDate(Long lastUpdatedDate) |
void |
setUser(UserEntity user) |
protected String id
protected UserEntity user
protected String clientId
protected String clientStorageProvider
protected String externalClientId
public String getId()
public void setId(String id)
public UserEntity getUser()
public void setUser(UserEntity user)
public Collection<UserConsentClientScopeEntity> getGrantedClientScopes()
public void setGrantedClientScopes(Collection<UserConsentClientScopeEntity> grantedClientScopes)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public Long getLastUpdatedDate()
public void setLastUpdatedDate(Long lastUpdatedDate)
public String getClientId()
public void setClientId(String clientId)
public String getClientStorageProvider()
public void setClientStorageProvider(String clientStorageProvider)
public String getExternalClientId()
public void setExternalClientId(String externalClientId)
Copyright © 2021 JBoss by Red Hat. All rights reserved.