java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.configuration.properties.HvlAuthKerberosProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="hvl.oauth.auth.kerberos") public class HvlAuthKerberosProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of authentication logger.
  • Constructor Details

    • HvlAuthKerberosProperties

      public HvlAuthKerberosProperties()
  • Method Details

    • afterPropertiesSet

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

      public String getServicePrincipal()
      Gets service principal.
      Returns:
      the service principal
    • setServicePrincipal

      public void setServicePrincipal(String servicePrincipal)
      Sets service principal.
      Parameters:
      servicePrincipal - the service principal
    • getKeytabLocation

      public String getKeytabLocation()
      Gets keytab location.
      Returns:
      the keytab location
    • setKeytabLocation

      public void setKeytabLocation(String keytabLocation)
      Sets keytab location.
      Parameters:
      keytabLocation - the keytab location
    • getKrbConfLocation

      public String getKrbConfLocation()
      Gets krb conf location.
      Returns:
      the krb conf location
    • setKrbConfLocation

      public void setKrbConfLocation(String krbConfLocation)
      Sets krb conf location.
      Parameters:
      krbConfLocation - the krb conf location
    • getDomainSuffix

      public String getDomainSuffix()
      Gets domain suffix.
      Returns:
      the domain suffix
    • setDomainSuffix

      public void setDomainSuffix(String domainSuffix)
      Sets domain suffix.
      Parameters:
      domainSuffix - the domain suffix
    • isDebugEnabled

      public boolean isDebugEnabled()
      Is debug enabled boolean.
      Returns:
      the boolean
    • setDebugEnabled

      public void setDebugEnabled(boolean debugEnabled)
      Sets debug enabled.
      Parameters:
      debugEnabled - the debug enabled