Class JcifsConfig.JcifsSettings
java.lang.Object
org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
- Enclosing class:
- JcifsConfig
Individual JCIFS settings tied to spnego authentication objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetJcifsDomain(String jcifsDomain) Sets jcifs domain.voidsetJcifsDomainController(String jcifsDomainController) Sets jcifs domain controller.voidsetJcifsNetbiosCachePolicy(long policy) Sets jcifs netbios cache policy.voidsetJcifsNetbiosWins(String jcifsNetbiosWins) Sets jcifs netbios wins.voidsetJcifsPassword(String jcifsPassword) Sets jcifs password.voidsetJcifsServicePassword(String jcifsServicePassword) Sets the jcifs service password.voidsetJcifsServicePrincipal(String jcifsServicePrincipal) Sets the jcifs service principal.voidsetJcifsSocketTimeout(long timeout) Sets jcifs socket timeout.voidsetJcifsUsername(String jcifsUsername) Sets jcifs username.
-
Constructor Details
-
JcifsSettings
public JcifsSettings()
-
-
Method Details
-
setJcifsServicePassword
Sets the jcifs service password.- Parameters:
jcifsServicePassword- the new jcifs service password
-
setJcifsServicePrincipal
Sets the jcifs service principal.- Parameters:
jcifsServicePrincipal- the new jcifs service principal
-
setJcifsDomain
Sets jcifs domain.- Parameters:
jcifsDomain- the jcifsDomain to set
-
setJcifsDomainController
Sets jcifs domain controller.- Parameters:
jcifsDomainController- the jcifsDomainController to set
-
setJcifsPassword
Sets jcifs password.- Parameters:
jcifsPassword- the jcifsPassword to set
-
setJcifsUsername
Sets jcifs username.- Parameters:
jcifsUsername- the jcifsUsername to set
-
setJcifsNetbiosWins
Sets jcifs netbios wins.- Parameters:
jcifsNetbiosWins- the jcifsNetbiosWins to set
-
setJcifsNetbiosCachePolicy
public void setJcifsNetbiosCachePolicy(long policy) Sets jcifs netbios cache policy.- Parameters:
policy- the policy
-
setJcifsSocketTimeout
public void setJcifsSocketTimeout(long timeout) Sets jcifs socket timeout.- Parameters:
timeout- the timeout
-