Packages

package v1

Type Members

  1. final case class BoundObjectReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[BoundObjectReference] with Product with Serializable

    Pointer for BoundObjectReference

  2. final case class TokenRequestPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenRequest] with Product with Serializable

    Pointer for TokenRequest

  3. final case class TokenRequestSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenRequestSpec] with Product with Serializable

    Pointer for TokenRequestSpec

  4. final case class TokenRequestStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenRequestStatus] with Product with Serializable

    Pointer for TokenRequestStatus

  5. final case class TokenReviewPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenReview] with Product with Serializable

    Pointer for TokenReview

  6. final case class TokenReviewSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenReviewSpec] with Product with Serializable

    Pointer for TokenReviewSpec

  7. final case class TokenReviewStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenReviewStatus] with Product with Serializable

    Pointer for TokenReviewStatus

  8. final case class UserInfoPointer(currentPath: PointerPath = PointerPath()) extends Pointer[UserInfo] with Product with Serializable

    Pointer for UserInfo

Ungrouped