object Kadmin
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Kadmin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AddPolicy (options: String, policy: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- 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
- case class ChangePrincipalPassword (principal: String, newPassword: Option[String] = None, randKey: Boolean = false, keysalt: Option[String] = None, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class CheckPrincipalPassword (principal: String, password: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class CreateKeytab (options: String, principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class DeletePolicy (policy: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class DeletePrincipal (principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- type DeliveryId = Long
- case class DestroyTickets (deliveryId: DeliveryId) extends Request with Product with Serializable
- case class ExpirePrincipal (principal: String, expirationDate: ExpirationDateTime, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class ExpirePrincipalPassword (principal: String, expirationDate: ExpirationDateTime, force: Boolean = false, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class Failed (errorCase: ErrorCase, deliveryId: DeliveryId) extends FailureResponse with Product with Serializable
- trait FailureResponse extends Response
- case class GetPolicy (policy: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class GetPrincipal (principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class KeytabResponse (keytab: Array[Byte], deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
- case class ListTickets (options: String = "", deliveryId: DeliveryId) extends Request with Product with Serializable
- case class ModifyPolicy (options: String, policy: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class ModifyPrincipal (options: String, principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class ObtainKeytab (principal: String, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class ObtainTGT (options: String = "", principal: String, password: Option[String] = None, keytab: Option[File] = None, deliveryId: DeliveryId) extends Request with Product with Serializable
- case class PolicyResponse (policy: Policy, deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
- case class PrincipalResponse (principal: Principal, deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
- case class RemoveDeduplicationResult (removeId: Option[DeliveryId], deliveryId: DeliveryId) extends Request with Product with Serializable
- sealed trait Request extends Serializable
- sealed trait Response extends Serializable
- trait SuccessResponse extends Response
- case class Successful (deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
- case class TicketsResponse (tickets: Seq[Ticket], deliveryId: DeliveryId) extends SuccessResponse with Product with Serializable
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )