final case class WindowsSecurityContextOptions(gmsaCredentialSpec: Option[String] = None, gmsaCredentialSpecName: Option[String] = None, hostProcess: Option[Boolean] = None, runAsUserName: Option[String] = None) extends Product with Serializable
WindowsSecurityContextOptions contain Windows-specific options and credentials.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WindowsSecurityContextOptions
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gmsaCredentialSpec: Option[String]
- val gmsaCredentialSpecName: Option[String]
- val hostProcess: Option[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapGmsaCredentialSpec(f: (String) => String): WindowsSecurityContextOptions
if gmsaCredentialSpec has a value, transforms to the result of function
- def mapGmsaCredentialSpecName(f: (String) => String): WindowsSecurityContextOptions
if gmsaCredentialSpecName has a value, transforms to the result of function
- def mapHostProcess(f: (Boolean) => Boolean): WindowsSecurityContextOptions
if hostProcess has a value, transforms to the result of function
- def mapRunAsUserName(f: (String) => String): WindowsSecurityContextOptions
if runAsUserName has a value, transforms to the result of function
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val runAsUserName: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withGmsaCredentialSpec(value: String): WindowsSecurityContextOptions
Returns a new data with gmsaCredentialSpec set to new value
- def withGmsaCredentialSpecName(value: String): WindowsSecurityContextOptions
Returns a new data with gmsaCredentialSpecName set to new value
- def withHostProcess(value: Boolean): WindowsSecurityContextOptions
Returns a new data with hostProcess set to new value
- def withRunAsUserName(value: String): WindowsSecurityContextOptions
Returns a new data with runAsUserName set to new value