クラス ClientSecretHandler

java.lang.Object
org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
org.iplass.mtp.impl.auth.authenticate.oidc.ClientSecretHandler
すべての実装されたインタフェース:
org.iplass.mtp.spi.ServiceInitListener<org.iplass.mtp.impl.auth.authenticate.token.AuthTokenService>

public class ClientSecretHandler extends org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    static final String
     
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    protected Serializable
    createDetails(String seriesString, String tokenString, String userUniqueId, String policyName, org.iplass.mtp.auth.token.AuthTokenInfo tokenInfo)
     
    (package private) void
     
    (package private) String
    getClientSecret(String metaDataId)
     
    void
    inited(org.iplass.mtp.impl.auth.authenticate.token.AuthTokenService service, org.iplass.mtp.spi.Config config)
     
    newSeriesString(String userUniqueId, String policyName, org.iplass.mtp.auth.token.AuthTokenInfo tokenInfo)
     
    newTokenString(org.iplass.mtp.auth.token.AuthTokenInfo tokenInfo)
     
    (package private) void
    saveClientSecret(String metaDataId, String clientSecret)
     
    org.iplass.mtp.auth.token.AuthTokenInfo
    toAuthTokenInfo(org.iplass.mtp.impl.auth.authenticate.token.AuthToken authToken)
     
    org.iplass.mtp.auth.login.Credential
    toCredential(org.iplass.mtp.impl.auth.authenticate.token.AuthToken newToken)
     

    クラスから継承されたメソッド org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler

    authTokenStore, checkTokenValid, destroyed, getHashSettings, getSecureRandomGeneratorName, getService, getStore, getType, isVisible, newAuthToken, setHashSettings, setSecureRandomGeneratorName, setStore, setType, setVisible

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

  • コンストラクタの詳細

    • ClientSecretHandler

      public ClientSecretHandler()
  • メソッドの詳細

    • getClientSecret

      String getClientSecret(String metaDataId)
    • saveClientSecret

      void saveClientSecret(String metaDataId, String clientSecret)
    • deleteClientSecret

      void deleteClientSecret(String metaDataId)
    • inited

      public void inited(org.iplass.mtp.impl.auth.authenticate.token.AuthTokenService service, org.iplass.mtp.spi.Config config)
      定義:
      inited インタフェース内 org.iplass.mtp.spi.ServiceInitListener<org.iplass.mtp.impl.auth.authenticate.token.AuthTokenService>
      オーバーライド:
      inited クラス内 org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
    • createDetails

      protected Serializable createDetails(String seriesString, String tokenString, String userUniqueId, String policyName, org.iplass.mtp.auth.token.AuthTokenInfo tokenInfo)
      定義:
      createDetails クラス内 org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
    • toAuthTokenInfo

      public org.iplass.mtp.auth.token.AuthTokenInfo toAuthTokenInfo(org.iplass.mtp.impl.auth.authenticate.token.AuthToken authToken)
      定義:
      toAuthTokenInfo クラス内 org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
    • toCredential

      public org.iplass.mtp.auth.login.Credential toCredential(org.iplass.mtp.impl.auth.authenticate.token.AuthToken newToken)
      定義:
      toCredential クラス内 org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
    • newTokenString

      public String newTokenString(org.iplass.mtp.auth.token.AuthTokenInfo tokenInfo)
      オーバーライド:
      newTokenString クラス内 org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
    • newSeriesString

      public String newSeriesString(String userUniqueId, String policyName, org.iplass.mtp.auth.token.AuthTokenInfo tokenInfo)
      オーバーライド:
      newSeriesString クラス内 org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler