Package org.keycloak.models.jpa.entities
Class UserConsentClientScopeEntity
java.lang.Object
org.keycloak.models.jpa.entities.UserConsentClientScopeEntity
- Author:
- Marek Posolda
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringprotected Stringprotected Stringprotected UserConsentEntity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetParameter(String parameter) voidsetScopeId(String scopeId) voidsetUserConsent(UserConsentEntity userConsent)
-
Field Details
-
NOT_AVAILABLE_PARAM
-
userConsent
-
scopeId
-
parameter
-
-
Constructor Details
-
UserConsentClientScopeEntity
public UserConsentClientScopeEntity()
-
-
Method Details