Package org.keycloak.models.jpa.entities
Class UserConsentClientScopeEntity
- java.lang.Object
-
- org.keycloak.models.jpa.entities.UserConsentClientScopeEntity
-
@Entity public class UserConsentClientScopeEntity extends Object
- Author:
- Marek Posolda
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserConsentClientScopeEntity.Key
-
Field Summary
Fields Modifier and Type Field Description protected String
scopeId
protected UserConsentEntity
userConsent
-
Constructor Summary
Constructors Constructor Description UserConsentClientScopeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getScopeId()
UserConsentEntity
getUserConsent()
int
hashCode()
void
setScopeId(String scopeId)
void
setUserConsent(UserConsentEntity userConsent)
-
-
-
Field Detail
-
userConsent
protected UserConsentEntity userConsent
-
scopeId
protected String scopeId
-
-
Method Detail
-
getUserConsent
public UserConsentEntity getUserConsent()
-
setUserConsent
public void setUserConsent(UserConsentEntity userConsent)
-
getScopeId
public String getScopeId()
-
setScopeId
public void setScopeId(String scopeId)
-
-