object ApplicationEvents
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationEvents
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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
- case class ApiSubscribedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, context: ApiContext, version: ApiVersion) extends ApplicationEvent with Product with Serializable
- 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
- case class ApiUnsubscribedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, context: ApiContext, version: ApiVersion) extends ApplicationEvent with Product with Serializable
- 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
- case class ApplicationDeleted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, clientId: ClientId, wso2ApplicationName: String, reasons: String) extends ApplicationEvent with Product with Serializable
- 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
- 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
- case class ClientSecretAddedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, clientSecretId: String) extends ApplicationEvent with Product with Serializable
DEPRECATED Use ClientSecretAdded instead
- case class ClientSecretAddedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, clientSecretId: String, clientSecretName: String) extends ApplicationEvent with Product with Serializable
- case class ClientSecretRemovedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, clientSecretId: String) extends ApplicationEvent with Product with Serializable
DEPRECATED Use ClientSecretRemoved instead
- case class ClientSecretRemovedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: AppCollaborator, clientSecretId: String, clientSecretName: String) extends ApplicationEvent with Product with Serializable
- case class CollaboratorAddedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, collaborator: Collaborator) extends ApplicationEvent with Product with Serializable
- case class CollaboratorRemovedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, collaborator: Collaborator) extends ApplicationEvent with Product with Serializable
- 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
- case class ProductionAppNameChangedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldAppName: String, newAppName: String, requestingAdminEmail: LaxEmailAddress) extends ApplicationEvent with Product with Serializable
- case class ProductionAppPrivacyPolicyLocationChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldLocation: PrivacyPolicyLocation, newLocation: PrivacyPolicyLocation) extends ApplicationEvent with Product with Serializable
- case class ProductionAppTermsConditionsLocationChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldLocation: TermsAndConditionsLocation, newLocation: TermsAndConditionsLocation) extends ApplicationEvent with Product with Serializable
- case class ProductionCredentialsApplicationDeleted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, clientId: ClientId, wso2ApplicationName: String, reasons: String) extends ApplicationEvent with Product with Serializable
- case class ProductionLegacyAppPrivacyPolicyLocationChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldUrl: String, newUrl: String) extends ApplicationEvent with Product with Serializable
- case class ProductionLegacyAppTermsConditionsLocationChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldUrl: String, newUrl: String) extends ApplicationEvent with Product with Serializable
- case class RedirectUriAdded(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, newRedirectUri: RedirectUri) extends ApplicationEvent with Product with Serializable
- case class RedirectUriChanged(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldRedirectUri: RedirectUri, newRedirectUri: RedirectUri) extends ApplicationEvent with Product with Serializable
- case class RedirectUriDeleted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, deletedRedirectUri: RedirectUri) extends ApplicationEvent with Product with Serializable
- case class RedirectUrisUpdatedEvent(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldRedirectUris: String, newRedirectUris: String) extends ApplicationEvent with Product with Serializable
DEPRECATED Use RedirectUrisUpdated instead
- case class RedirectUrisUpdatedV2(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, oldRedirectUris: List[String], newRedirectUris: List[String]) extends ApplicationEvent with Product with Serializable
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- case class ResponsibleIndividualVerificationStarted(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, applicationName: String, requestingAdminName: String, requestingAdminEmail: LaxEmailAddress, responsibleIndividualName: String, responsibleIndividualEmail: LaxEmailAddress, submissionId: SubmissionId, submissionIndex: Int, verificationId: String) extends ApplicationEvent with Product with Serializable
- 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
- 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
- case class TermsOfUsePassed(id: EventId, applicationId: ApplicationId, eventDateTime: Instant, actor: Actor, submissionId: SubmissionId, submissionIndex: Int) extends ApplicationEvent 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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated