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() |
Map<String,List<String>> |
getGrantedClientRoles() |
Map<String,List<String>> |
getGrantedProtocolMappers() |
List<String> |
getGrantedRealmRoles() |
void |
setClientId(String clientId) |
void |
setGrantedClientRoles(Map<String,List<String>> grantedClientRoles) |
void |
setGrantedProtocolMappers(Map<String,List<String>> grantedProtocolMappers) |
void |
setGrantedRealmRoles(List<String> grantedRealmRoles) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.