Class ClientScopeClientMappingEntity

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

@Entity public class ClientScopeClientMappingEntity extends Object
Binding between client and clientScope
Author:
Marek Posolda
  • Field Details

    • clientScopeId

      protected String clientScopeId
    • clientId

      protected String clientId
    • defaultScope

      protected boolean defaultScope
  • Constructor Details

    • ClientScopeClientMappingEntity

      public ClientScopeClientMappingEntity()
  • Method Details

    • getClientScopeId

      public String getClientScopeId()
    • setClientScopeId

      public void setClientScopeId(String clientScopeId)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • isDefaultScope

      public boolean isDefaultScope()
    • setDefaultScope

      public void setDefaultScope(boolean defaultScope)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object