Packages

object Kadmin

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Kadmin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AddPolicy (options: String, policy: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  2. case class AddPrincipal (options: String, principal: String, newPassword: Option[String] = None, randKey: Boolean = false, keysalt: Option[String] = None, deliveryId: DeliveryId) extends Request with Product with Serializable
  3. case class ChangePrincipalPassword (principal: String, newPassword: Option[String] = None, randKey: Boolean = false, keysalt: Option[String] = None, deliveryId: DeliveryId) extends Request with Product with Serializable
  4. case class CheckPrincipalPassword (principal: String, password: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  5. case class CreateKeytab (options: String, principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  6. case class DeletePolicy (policy: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  7. case class DeletePrincipal (principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  8. type DeliveryId = Long
  9. case class DestroyTickets (deliveryId: DeliveryId) extends Request with Product with Serializable
  10. case class ExpirePrincipal (principal: String, expirationDate: ExpirationDateTime, deliveryId: DeliveryId) extends Request with Product with Serializable
  11. case class ExpirePrincipalPassword (principal: String, expirationDate: ExpirationDateTime, force: Boolean = false, deliveryId: DeliveryId) extends Request with Product with Serializable
  12. case class Failed (errorCase: ErrorCase, deliveryId: DeliveryId) extends FailureResponse with Product with Serializable
  13. trait FailureResponse extends Response
  14. case class GetPolicy (policy: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  15. case class GetPrincipal (principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  16. case class KeytabResponse (keytab: Array[Byte], deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
  17. case class ListTickets (options: String = "", deliveryId: DeliveryId) extends Request with Product with Serializable
  18. case class ModifyPolicy (options: String, policy: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  19. case class ModifyPrincipal (options: String, principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  20. case class ObtainKeytab (principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
  21. case class ObtainTGT (options: String = "", principal: String, password: Option[String] = None, keytab: Option[File] = None, deliveryId: DeliveryId) extends Request with Product with Serializable
  22. case class PolicyResponse (policy: Policy, deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
  23. case class PrincipalResponse (principal: Principal, deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
  24. case class RemoveDeduplicationResult (removeId: Option[DeliveryId], deliveryId: DeliveryId) extends Request with Product with Serializable
  25. sealed trait Request extends Serializable
  26. sealed trait Response extends Serializable
  27. trait SuccessResponse extends Response
  28. case class Successful (deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
  29. case class TicketsResponse (tickets: Seq[Ticket], deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped