public class UserConsentEntity extends AbstractIdentifiableEntity
id| Constructor and Description |
|---|
UserConsentEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
Long |
getCreatedDate() |
List<String> |
getGrantedProtocolMappers() |
List<String> |
getGrantedRoles() |
Long |
getLastUpdatedDate() |
String |
getUserId() |
void |
setClientId(String clientId) |
void |
setCreatedDate(Long createdDate) |
void |
setGrantedProtocolMappers(List<String> grantedProtocolMappers) |
void |
setGrantedRoles(List<String> grantedRoles) |
void |
setLastUpdatedDate(Long lastUpdatedDate) |
void |
setUserId(String userId) |
public String getUserId()
public void setUserId(String userId)
public String getClientId()
public void setClientId(String clientId)
public void setGrantedProtocolMappers(List<String> grantedProtocolMappers)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public Long getLastUpdatedDate()
public void setLastUpdatedDate(Long lastUpdatedDate)
Copyright © 2017 JBoss by Red Hat. All rights reserved.