case class CasSettings(casURL: String, redirectURL: String, encoding: String = "UTF-8", acceptAnyProxy: Boolean = false, samlTimeTolerance: FiniteDuration = 1000 millis, protocol: CasProtocol.Value = CasProtocol.Default) extends Product with Serializable
The CAS settings.
- casURL
The URL of the CAS server.
- redirectURL
The URL the CAS server will redirect to.
- encoding
Specifies the encoding charset the client should use.
- acceptAnyProxy
Accept any proxy in a chain of proxies.
- samlTimeTolerance
Adjust to accommodate clock drift between client/server, increasing tolerance has security consequences.
- protocol
The protocol supported by the CAS server @see CasProtocol.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CasSettings
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CasSettings(casURL: String, redirectURL: String, encoding: String = "UTF-8", acceptAnyProxy: Boolean = false, samlTimeTolerance: FiniteDuration = 1000 millis, protocol: CasProtocol.Value = CasProtocol.Default)
- casURL
The URL of the CAS server.
- redirectURL
The URL the CAS server will redirect to.
- encoding
Specifies the encoding charset the client should use.
- acceptAnyProxy
Accept any proxy in a chain of proxies.
- samlTimeTolerance
Adjust to accommodate clock drift between client/server, increasing tolerance has security consequences.
- protocol
The protocol supported by the CAS server @see CasProtocol.
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
- val acceptAnyProxy: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val casURL: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val encoding: String
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 protocol: CasProtocol.Value
- val redirectURL: String
- val samlTimeTolerance: FiniteDuration
- 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()