public class UserConsentRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
clientId |
protected Map<String,List<String>> |
grantedClientRoles |
protected Map<String,List<String>> |
grantedProtocolMappers |
protected List<String> |
grantedRealmRoles |
Constructor and Description |
---|
UserConsentRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
Long |
getCreatedDate() |
Map<String,List<String>> |
getGrantedClientRoles() |
Map<String,List<String>> |
getGrantedProtocolMappers() |
List<String> |
getGrantedRealmRoles() |
Long |
getLastUpdatedDate() |
void |
setClientId(String clientId) |
void |
setCreatedDate(Long createdDate) |
void |
setGrantedClientRoles(Map<String,List<String>> grantedClientRoles) |
void |
setGrantedProtocolMappers(Map<String,List<String>> grantedProtocolMappers) |
void |
setGrantedRealmRoles(List<String> grantedRealmRoles) |
void |
setLastUpdatedDate(Long lastUpdatedDate) |
protected String clientId
public String getClientId()
public void setClientId(String clientId)
public void setGrantedProtocolMappers(Map<String,List<String>> grantedProtocolMappers)
public void setGrantedClientRoles(Map<String,List<String>> grantedClientRoles)
public void setCreatedDate(Long createdDate)
public Long getCreatedDate()
public void setLastUpdatedDate(Long lastUpdatedDate)
public Long getLastUpdatedDate()
Copyright © 2018 JBoss by Red Hat. All rights reserved.