Packages

object ApplicationEvents

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

Type Members

  1. case class AllowApplicationAutoDelete(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, reasons: String) extends ApplicationEvent with Product with Serializable
  2. case class AllowApplicationDelete(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, reasons: String) extends ApplicationEvent with Product with Serializable
  3. case class ApiSubscribedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, context: String, version: String) extends ApplicationEvent with Product with Serializable

    DEPRECATED Use ApiSubscribedV2 instead

  4. case class ApiSubscribedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, context: ApiContext, version: ApiVersionNbr) extends ApplicationEvent with Product with Serializable
  5. case class ApiUnsubscribedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, context: String, version: String) extends ApplicationEvent with Product with Serializable

    DEPRECATED Use ApiUnsubscribedV2 instead

  6. case class ApiUnsubscribedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, context: ApiContext, version: ApiVersionNbr) extends ApplicationEvent with Product with Serializable
  7. case class ApplicationAccessOverridesChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, oldOverrides: Set[OverrideFlag], newOverrides: Set[OverrideFlag]) extends ApplicationEvent with Product with Serializable
  8. case class ApplicationApprovalRequestDeclined(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, decliningUserName: String, decliningUserEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, reasons: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  9. case class ApplicationApprovalRequestGranted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, submissionId: SubmissionId, submissionIndex: Int, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  10. case class ApplicationApprovalRequestGrantedWithWarnings(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, submissionId: SubmissionId, submissionIndex: Int, warnings: String, escalatedTo: Option[String], requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  11. case class ApplicationApprovalRequestSubmitted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, submissionId: SubmissionId, submissionIndex: Int, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  12. case class ApplicationBlocked(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser) extends ApplicationEvent with Product with Serializable
  13. case class ApplicationDeleted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, clientId: ClientId, wso2ApplicationName: String, reasons: String) extends ApplicationEvent with Product with Serializable
  14. case class ApplicationDeletedByGatekeeper(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, clientId: ClientId, wso2ApplicationName: String, reasons: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  15. case class ApplicationScopesChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, oldScopes: Set[String], newScopes: Set[String]) extends ApplicationEvent with Product with Serializable
  16. case class ApplicationSellResellOrDistributeChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, oldSellResellOrDistribute: Option[SellResellOrDistribute], newSellResellOrDistribute: SellResellOrDistribute) extends ApplicationEvent with Product with Serializable
  17. case class ApplicationStateChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldAppState: String, newAppState: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  18. case class ApplicationUnblocked(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser) extends ApplicationEvent with Product with Serializable
  19. case class BlockApplicationAutoDelete(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, reasons: String) extends ApplicationEvent with Product with Serializable
  20. case class ClientSecretAddedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, clientSecretId: String) extends ApplicationEvent with Product with Serializable

    DEPRECATED Use ClientSecretAdded instead

  21. case class ClientSecretAddedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, clientSecretId: String, clientSecretName: String) extends ApplicationEvent with Product with Serializable
  22. case class ClientSecretRemovedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, clientSecretId: String) extends ApplicationEvent with Product with Serializable

    DEPRECATED Use ClientSecretRemoved instead

  23. case class ClientSecretRemovedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, clientSecretId: String, clientSecretName: String) extends ApplicationEvent with Product with Serializable
  24. case class CollaboratorAddedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, collaborator: Collaborator) extends ApplicationEvent with Product with Serializable
  25. case class CollaboratorRemovedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, collaborator: Collaborator) extends ApplicationEvent with Product with Serializable
  26. case class GrantLengthChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, oldGrantLengthInDays: Int, newGrantLengthInDays: Int) extends ApplicationEvent with Product with Serializable
  27. case class IpAllowlistCidrBlockChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, required: Boolean, oldIpAllowlist: List[CidrBlock], newIpAllowlist: List[CidrBlock]) extends ApplicationEvent with Product with Serializable
  28. case class LoginRedirectUriAdded(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, newRedirectUri: LoginRedirectUri) extends ApplicationEvent with Product with Serializable
  29. case class LoginRedirectUriChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldRedirectUri: LoginRedirectUri, newRedirectUri: LoginRedirectUri) extends ApplicationEvent with Product with Serializable
  30. case class LoginRedirectUriDeleted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, deletedRedirectUri: LoginRedirectUri) extends ApplicationEvent with Product with Serializable
  31. case class LoginRedirectUrisUpdatedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldRedirectUris: String, newRedirectUris: String) extends ApplicationEvent with Product with Serializable

    DEPRECATED Use RedirectUrisUpdated instead

  32. case class LoginRedirectUrisUpdatedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldRedirectUris: List[LoginRedirectUri], newRedirectUris: List[LoginRedirectUri]) extends ApplicationEvent with Product with Serializable
  33. case class PostLogoutRedirectUriAdded(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, newRedirectUri: PostLogoutRedirectUri) extends ApplicationEvent with Product with Serializable
  34. case class PostLogoutRedirectUriChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldRedirectUri: PostLogoutRedirectUri, newRedirectUri: PostLogoutRedirectUri) extends ApplicationEvent with Product with Serializable
  35. case class PostLogoutRedirectUriDeleted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, deletedRedirectUri: PostLogoutRedirectUri) extends ApplicationEvent with Product with Serializable
  36. case class PostLogoutRedirectUrisUpdated(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldRedirectUris: List[PostLogoutRedirectUri], newRedirectUris: List[PostLogoutRedirectUri]) extends ApplicationEvent with Product with Serializable
  37. case class PpnsCallBackUriUpdatedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, boxId: String, boxName: String, oldCallbackUrl: String, newCallbackUrl: String) extends ApplicationEvent with Product with Serializable
  38. case class ProductionAppNameChangedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldAppName: ApplicationName, newAppName: ApplicationName, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  39. case class ProductionAppPrivacyPolicyLocationChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldLocation: PrivacyPolicyLocation, newLocation: PrivacyPolicyLocation) extends ApplicationEvent with Product with Serializable
  40. case class ProductionAppTermsConditionsLocationChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldLocation: TermsAndConditionsLocation, newLocation: TermsAndConditionsLocation) extends ApplicationEvent with Product with Serializable
  41. case class ProductionCredentialsApplicationDeleted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, clientId: ClientId, wso2ApplicationName: String, reasons: String) extends ApplicationEvent with Product with Serializable
  42. case class ProductionLegacyAppPrivacyPolicyLocationChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldUrl: String, newUrl: String) extends ApplicationEvent with Product with Serializable
  43. case class ProductionLegacyAppTermsConditionsLocationChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldUrl: String, newUrl: String) extends ApplicationEvent with Product with Serializable
  44. case class RateLimitChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, oldRateLimit: RateLimitTier, newRateLimit: RateLimitTier) extends ApplicationEvent with Product with Serializable
  45. case class RequesterEmailVerificationResent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, submissionId: SubmissionId, submissionIndex: Int, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  46. case class ResponsibleIndividualChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, previousResponsibleIndividualName: String, previousResponsibleIndividualEmail: LaxEmailAddress, newResponsibleIndividualName: String, newResponsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, code: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  47. case class ResponsibleIndividualChangedToSelf(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, previousResponsibleIndividualName: String, previousResponsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  48. case class ResponsibleIndividualDeclined(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, responsibleIndividualName: String, responsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, code: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  49. case class ResponsibleIndividualDeclinedOrDidNotVerify(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, responsibleIndividualName: String, responsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, code: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  50. case class ResponsibleIndividualDeclinedUpdate(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, responsibleIndividualName: String, responsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, code: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  51. case class ResponsibleIndividualDidNotVerify(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, responsibleIndividualName: String, responsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, code: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  52. case class ResponsibleIndividualSet(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, responsibleIndividualName: String, responsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, code: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  53. case class ResponsibleIndividualVerificationRequired(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, applicationName: ApplicationName, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress, responsibleIndividualName: String, responsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, verificationId: String) extends ApplicationEvent with Product with Serializable
  54. case class ResponsibleIndividualVerificationStarted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, applicationName: ApplicationName, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress, responsibleIndividualName: String, responsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, verificationId: String) extends ApplicationEvent with Product with Serializable
  55. case class RestrictApplicationDelete(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, reasons: String) extends ApplicationEvent with Product with Serializable
  56. case class SandboxApplicationDescriptionChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, oldDescription: Option[String], description: String) extends ApplicationEvent with Product with Serializable
  57. case class SandboxApplicationDescriptionCleared(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, oldDescription: String) extends ApplicationEvent with Product with Serializable
  58. case class SandboxApplicationNameChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, oldName: ApplicationName, newName: ApplicationName) extends ApplicationEvent with Product with Serializable
  59. case class SandboxApplicationPrivacyPolicyUrlChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, oldPrivacyPolicyUrl: Option[String], privacyPolicyUrl: String) extends ApplicationEvent with Product with Serializable
  60. case class SandboxApplicationPrivacyPolicyUrlRemoved(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, oldPrivacyPolicyUrl: String) extends ApplicationEvent with Product with Serializable
  61. case class SandboxApplicationTermsAndConditionsUrlChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, oldTermsAndConditionsUrl: Option[String], termsAndConditionsUrl: String) extends ApplicationEvent with Product with Serializable
  62. case class SandboxApplicationTermsAndConditionsUrlRemoved(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, oldTermsAndConditionsUrl: String) extends ApplicationEvent with Product with Serializable
  63. case class TeamMemberAddedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, teamMemberEmail: LaxEmailAddress, teamMemberRole: String) extends ApplicationEvent with Product with Serializable

    DEPRECATED Use CollaboratorAdded instead

  64. case class TeamMemberRemovedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, teamMemberEmail: LaxEmailAddress, teamMemberRole: String) extends ApplicationEvent with Product with Serializable

    DEPRECATED Use CollaboratorRemoved instead

  65. case class TermsOfUseApprovalGranted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, submissionId: SubmissionId, submissionIndex: Int, reasons: String, escalatedTo: Option[String], requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  66. case class TermsOfUseApprovalSubmitted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, submissionId: SubmissionId, submissionIndex: Int, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
  67. case class TermsOfUseInvitationSent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: GatekeeperUser, dueBy: Instant) extends ApplicationEvent with Product with Serializable
  68. case class TermsOfUsePassed(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, submissionId: SubmissionId, submissionIndex: Int) extends ApplicationEvent 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val dateFormatter: DateTimeFormatter
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped