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

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

    Constructors
    Constructor
    Description
    HvlAsyncTokenHeaderProperties(tr.com.havelsan.javarch.security.context.configuration.properties.HvlSecurityProperties securityProperties, tr.com.havelsan.javarch.jwt.security.configuration.properties.HvlJwtProperties jwtProperties, tr.com.havelsan.javarch.jwt.security.configuration.properties.HvlJwtHeaderProperties jwtHeaderProperties)
    Instantiates a new HvlAsyncTokenHeaderProperties.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets token.
    tr.com.havelsan.javarch.jwt.security.data.HvlJwtHeaderType
    Gets type.
    void
    Sets token.
    void
    setType(tr.com.havelsan.javarch.jwt.security.data.HvlJwtHeaderType type)
    Sets type.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HvlAsyncTokenHeaderProperties

      public HvlAsyncTokenHeaderProperties(tr.com.havelsan.javarch.security.context.configuration.properties.HvlSecurityProperties securityProperties, tr.com.havelsan.javarch.jwt.security.configuration.properties.HvlJwtProperties jwtProperties, tr.com.havelsan.javarch.jwt.security.configuration.properties.HvlJwtHeaderProperties jwtHeaderProperties)
      Instantiates a new HvlAsyncTokenHeaderProperties.
      Parameters:
      securityProperties - the security properties
      jwtProperties - the jwt properties
      jwtHeaderProperties - the jwt header properties
  • Method Details

    • afterPropertiesSet

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

      public tr.com.havelsan.javarch.jwt.security.data.HvlJwtHeaderType getType()
      Gets type.
      Returns:
      the type
    • setType

      public void setType(tr.com.havelsan.javarch.jwt.security.data.HvlJwtHeaderType type)
      Sets type.
      Parameters:
      type - the type
    • getToken

      public String getToken()
      Gets token.
      Returns:
      the token
    • setToken

      public void setToken(String token)
      Sets token.
      Parameters:
      token - the token