Class ResetCredentialsHandler

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

    public class ResetCredentialsHandler
    extends java.lang.Object
    implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
    Handler for resolve Reset Credentials wizard.
    • Field Detail

      • NEW_CLIENT_ACTIVE_GRACE_PERIOD

        public static final java.lang.String NEW_CLIENT_ACTIVE_GRACE_PERIOD
        See Also:
        Constant Field Values
      • NEW_CLIENT_ACTIVE

        public static final java.lang.String NEW_CLIENT_ACTIVE
        See Also:
        Constant Field Values
      • INVALID_CLIENT_ID

        public static final java.lang.String INVALID_CLIENT_ID
        See Also:
        Constant Field Values
      • SOME_DESTINATIONS_FAILED

        public static final java.lang.String SOME_DESTINATIONS_FAILED
        See Also:
        Constant Field Values
      • ALL_DESTINATIONS_SUCCESS

        public static final java.lang.String ALL_DESTINATIONS_SUCCESS
        See Also:
        Constant Field Values
      • NO_DESTINATIONS_FOR_OAUTH_CLIENT

        public static final java.lang.String NO_DESTINATIONS_FOR_OAUTH_CLIENT
        See Also:
        Constant Field Values
      • REGISTRATION_FAILED_WEBSERVICES_DELIMITER

        public static final java.lang.String REGISTRATION_FAILED_WEBSERVICES_DELIMITER
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResetCredentialsHandler

        public ResetCredentialsHandler()
    • Method Detail

      • perform

        public void perform​(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType,
                            com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter,
                            java.util.Map<java.lang.String,​java.lang.String> parameters)
        Specified by:
        perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
      • getNotificationService

        protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()
      • setNotificationService

        public void setNotificationService​(com.hybris.cockpitng.util.notifications.NotificationService notificationService)
      • setApiRegistrationService

        public void setApiRegistrationService​(ApiRegistrationService apiRegistrationService)
      • setCredentialService

        public void setCredentialService​(CredentialService credentialService)
      • setFlexibleSearchService

        public void setFlexibleSearchService​(FlexibleSearchService flexibleSearchService)