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