Package org.keycloak.representations.idm
Class UserConsentRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.UserConsentRepresentation
-
public class UserConsentRepresentation extends Object
- Author:
- Marek Posolda
-
-
Field Summary
Fields Modifier and Type Field Description protected String
clientId
protected List<String>
grantedClientScopes
protected List<String>
grantedRealmRoles
Deprecated.
-
Constructor Summary
Constructors Constructor Description UserConsentRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
setCreatedDate
public void setCreatedDate(Long createdDate)
-
getCreatedDate
public Long getCreatedDate()
-
setLastUpdatedDate
public void setLastUpdatedDate(Long lastUpdatedDate)
-
getLastUpdatedDate
public Long getLastUpdatedDate()
-
getGrantedRealmRoles
@Deprecated public List<String> getGrantedRealmRoles()
Deprecated.
-
-