public class UserConsentRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
clientId |
protected List<String> |
grantedClientScopes |
protected List<String> |
grantedRealmRoles
Deprecated.
|
Constructor and Description |
---|
UserConsentRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
Long |
getCreatedDate() |
List<String> |
getGrantedClientScopes() |
List<String> |
getGrantedRealmRoles()
Deprecated.
|
Long |
getLastUpdatedDate() |
void |
setClientId(String clientId) |
void |
setCreatedDate(Long createdDate) |
void |
setGrantedClientScopes(List<String> grantedClientScopes) |
void |
setLastUpdatedDate(Long lastUpdatedDate) |
protected String clientId
@Deprecated protected List<String> grantedRealmRoles
public String getClientId()
public void setClientId(String clientId)
public void setCreatedDate(Long createdDate)
public Long getCreatedDate()
public void setLastUpdatedDate(Long lastUpdatedDate)
public Long getLastUpdatedDate()
@Deprecated public List<String> getGrantedRealmRoles()
Copyright © 2018 JBoss by Red Hat. All rights reserved.