java.lang.Object
tr.com.havelsan.javarch.oauth.async.token.provider.configuration.properties.HvlAsyncTokenProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties("hvl.oauth.auth.async-token") public class HvlAsyncTokenProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Async Token Header
  • Constructor Details

    • HvlAsyncTokenProperties

      public HvlAsyncTokenProperties(HvlAsyncTokenHeaderProperties asyncTokenHeaderProperties)
      Instantiates a new HvlAsyncTokenProperties.
      Parameters:
      asyncTokenHeaderProperties - the async token header properties
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • isEnabled

      public boolean isEnabled()
      Is enabled.
      Returns:
      the boolean
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • getUsername

      public String getUsername()
      Gets username.
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Sets username.
      Parameters:
      username - the username
    • getPassword

      public String getPassword()
      Gets password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Sets password.
      Parameters:
      password - the password
    • getProfileId

      public Long getProfileId()
      Gets profile id.
      Returns:
      the profile id
    • setProfileId

      public void setProfileId(Long profileId)
      Sets profile id.
      Parameters:
      profileId - the profile id
    • getAvailableUrl

      public List<String> getAvailableUrl()
      Gets available url.
      Returns:
      the available url
    • setAvailableUrl

      public void setAvailableUrl(List<String> availableUrl)
      Sets available url.
      Parameters:
      availableUrl - the available url
    • getAvailableFeignTarget

      public List<String> getAvailableFeignTarget()
      Gets available feign target.
      Returns:
      the available feign target
    • setAvailableFeignTarget

      public void setAvailableFeignTarget(List<String> availableFeignTarget)
      Sets available feign target.
      Parameters:
      availableFeignTarget - the available feign target
    • getAsyncTokenHeaderProperties

      public HvlAsyncTokenHeaderProperties getAsyncTokenHeaderProperties()
      Gets async token header properties.
      Returns:
      the async token header properties