Packages

p

gridscale

authentication

package authentication

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. authentication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class AuthenticationException extends Exception
  2. case class P12Authentication(certificate: File, password: String) extends Product with Serializable
  3. case class PEMAuthentication(certificate: File, key: File, password: String) extends Product with Serializable
  4. case class PrivateKey(privateKey: File, password: String, user: String) extends Product with Serializable
  5. case class UserPassword(user: String, password: String) extends Product with Serializable

Value Members

  1. object AuthenticationException extends Serializable
  2. object P12Authentication extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped