Class SpnegoAuthenticationProperties

java.lang.Object
org.apereo.cas.configuration.model.support.spnego.SpnegoAuthenticationProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-spnego") public class SpnegoAuthenticationProperties extends Object implements Serializable
Since:
6.0.0
See Also:
  • Constructor Details

    • SpnegoAuthenticationProperties

      public SpnegoAuthenticationProperties()
  • Method Details

    • getCachePolicy

      public long getCachePolicy()
      Jcifs Netbios cache policy.
    • getJcifsDomainController

      public String getJcifsDomainController()
      The Jcifs domain controller.
    • getJcifsDomain

      public String getJcifsDomain()
      The Jcifs domain.
    • getJcifsPassword

      public String getJcifsPassword()
      The Jcifs password.
    • getJcifsServicePassword

      public String getJcifsServicePassword()
      The Jcifs service password.
    • getJcifsServicePrincipal

      public String getJcifsServicePrincipal()
      The Jcifs service principal.
    • getTimeout

      public String getTimeout()
      Spnego JCIFS timeout.
    • getJcifsNetbiosWins

      public String getJcifsNetbiosWins()
      The Jcifs netbios wins.
    • getJcifsUsername

      public String getJcifsUsername()
      The Jcifs username.
    • setCachePolicy

      public SpnegoAuthenticationProperties setCachePolicy(long cachePolicy)
      Jcifs Netbios cache policy.
      Returns:
      this.
    • setJcifsDomainController

      public SpnegoAuthenticationProperties setJcifsDomainController(String jcifsDomainController)
      The Jcifs domain controller.
      Returns:
      this.
    • setJcifsDomain

      public SpnegoAuthenticationProperties setJcifsDomain(String jcifsDomain)
      The Jcifs domain.
      Returns:
      this.
    • setJcifsPassword

      public SpnegoAuthenticationProperties setJcifsPassword(String jcifsPassword)
      The Jcifs password.
      Returns:
      this.
    • setJcifsServicePassword

      public SpnegoAuthenticationProperties setJcifsServicePassword(String jcifsServicePassword)
      The Jcifs service password.
      Returns:
      this.
    • setJcifsServicePrincipal

      public SpnegoAuthenticationProperties setJcifsServicePrincipal(String jcifsServicePrincipal)
      The Jcifs service principal.
      Returns:
      this.
    • setTimeout

      public SpnegoAuthenticationProperties setTimeout(String timeout)
      Spnego JCIFS timeout.
      Returns:
      this.
    • setJcifsNetbiosWins

      public SpnegoAuthenticationProperties setJcifsNetbiosWins(String jcifsNetbiosWins)
      The Jcifs netbios wins.
      Returns:
      this.
    • setJcifsUsername

      public SpnegoAuthenticationProperties setJcifsUsername(String jcifsUsername)
      The Jcifs username.
      Returns:
      this.