Class UserConsentClientScopeEntity

java.lang.Object
org.keycloak.models.jpa.entities.UserConsentClientScopeEntity

@Entity public class UserConsentClientScopeEntity extends Object
Author:
Marek Posolda
  • Field Details

    • NOT_AVAILABLE_PARAM

      public static String NOT_AVAILABLE_PARAM
    • userConsent

      protected UserConsentEntity userConsent
    • scopeId

      protected String scopeId
    • parameter

      protected String parameter
  • Constructor Details

    • UserConsentClientScopeEntity

      public UserConsentClientScopeEntity()
  • Method Details

    • getUserConsent

      public UserConsentEntity getUserConsent()
    • setUserConsent

      public void setUserConsent(UserConsentEntity userConsent)
    • getScopeId

      public String getScopeId()
    • setScopeId

      public void setScopeId(String scopeId)
    • getParameter

      public Optional<String> getParameter()
    • setParameter

      public void setParameter(String parameter)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object