类 HerodotusRegisteredClient

java.lang.Object
cn.herodotus.engine.assistant.core.definition.domain.AbstractEntity
cn.herodotus.engine.data.core.entity.BaseEntity
cn.herodotus.engine.data.core.entity.BaseSysEntity
cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
所有已实现的接口:
cn.herodotus.engine.assistant.core.definition.domain.Entity, RegisteredClientDetails, Serializable

@Entity public class HerodotusRegisteredClient extends AbstractRegisteredClient

Description: OAuth2 客户端实体

作者:
: gengwei.zheng
另请参阅:
Date:
: 2022/1/22 17:18
  • 构造器详细资料

    • HerodotusRegisteredClient

      public HerodotusRegisteredClient()
  • 方法详细资料

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • getClientName

      public String getClientName()
    • setClientName

      public void setClientName(String clientName)
    • getScopes

      public String getScopes()
    • setScopes

      public void setScopes(String scopes)
    • getClientSettings

      public String getClientSettings()
    • setClientSettings

      public void setClientSettings(String clientSettings)
    • getTokenSettings

      public String getTokenSettings()
    • setTokenSettings

      public void setTokenSettings(String tokenSettings)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 cn.herodotus.engine.data.core.entity.BaseEntity