@Entity public class UserConsentEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
clientId |
protected String |
id |
protected UserEntity |
user |
Constructor and Description |
---|
UserConsentEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClientId() |
Collection<UserConsentProtocolMapperEntity> |
getGrantedProtocolMappers() |
Collection<UserConsentRoleEntity> |
getGrantedRoles() |
String |
getId() |
UserEntity |
getUser() |
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setGrantedProtocolMappers(Collection<UserConsentProtocolMapperEntity> grantedProtocolMappers) |
void |
setGrantedRoles(Collection<UserConsentRoleEntity> grantedRoles) |
void |
setId(String id) |
void |
setUser(UserEntity user) |
protected String id
protected UserEntity user
protected String clientId
public String getId()
public void setId(String id)
public UserEntity getUser()
public void setUser(UserEntity user)
public String getClientId()
public void setClientId(String clientId)
public Collection<UserConsentRoleEntity> getGrantedRoles()
public void setGrantedRoles(Collection<UserConsentRoleEntity> grantedRoles)
public Collection<UserConsentProtocolMapperEntity> getGrantedProtocolMappers()
public void setGrantedProtocolMappers(Collection<UserConsentProtocolMapperEntity> grantedProtocolMappers)
Copyright © 2016 JBoss by Red Hat. All rights reserved.