Class ClientScopeClientMappingEntity


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

      • clientScopeId

        protected String clientScopeId
      • clientId

        protected String clientId
      • defaultScope

        protected boolean defaultScope
    • Constructor Detail

      • ClientScopeClientMappingEntity

        public ClientScopeClientMappingEntity()
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object