Class AuthenticatorConfiguration

java.lang.Object
com.mdsol.mauth.AuthenticatorConfiguration
All Implemented Interfaces:
com.mdsol.mauth.MAuthConfiguration

public class AuthenticatorConfiguration extends Object implements com.mdsol.mauth.MAuthConfiguration
  • Field Details

  • Constructor Details

    • AuthenticatorConfiguration

      public AuthenticatorConfiguration(com.typesafe.config.Config config)
    • AuthenticatorConfiguration

      public AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath)
    • AuthenticatorConfiguration

      public AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath, boolean v2OnlyAuthenticate)
    • AuthenticatorConfiguration

      @Deprecated public AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath, Long timeToLive)
      Deprecated.
    • AuthenticatorConfiguration

      @Deprecated public AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath, Long timeToLive, boolean v2OnlyAuthenticate)
      Deprecated.
  • Method Details

    • getTimeToLive

      public long getTimeToLive()
    • getRequestUrlPath

      public String getRequestUrlPath()
    • getSecurityTokensUrlPath

      public String getSecurityTokensUrlPath()
    • getBaseUrl

      public String getBaseUrl()
    • isV2OnlyAuthenticate

      public boolean isV2OnlyAuthenticate()