Class FluigSecurityProperties

java.lang.Object
com.totvs.tjf.security.fluig.FluigSecurityProperties
Direct Known Subclasses:
FluigSecurityPropertiesDeprecated

@Configuration @ConfigurationProperties(prefix="tjf.security.fluig") @ConditionalOnProperty(prefix="tjf.security.fluig", name="url") public class FluigSecurityProperties extends Object
Security access properties.
  • Constructor Details

    • FluigSecurityProperties

      public FluigSecurityProperties()
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getClient

      public String getClient()
    • setClient

      public void setClient(String client)
    • getSecret

      public String getSecret()
    • setSecret

      public void setSecret(String secret)
    • getTokenPath

      public String getTokenPath()
    • setTokenPath

      public void setTokenPath(String tokenPath)
    • getRefreshTokenPath

      public String getRefreshTokenPath()
    • setRefreshTokenPath

      public void setRefreshTokenPath(String refreshTokenPath)