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 StringclientIdprotected List<String>grantedClientScopesprotected List<String>grantedRealmRolesDeprecated.
-
Constructor Summary
Constructors Constructor Description UserConsentRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetClientId()LonggetCreatedDate()List<String>getGrantedClientScopes()List<String>getGrantedRealmRoles()Deprecated.LonggetLastUpdatedDate()voidsetClientId(String clientId)voidsetCreatedDate(Long createdDate)voidsetGrantedClientScopes(List<String> grantedClientScopes)voidsetLastUpdatedDate(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.
-
-