Class ResetCredentialsHandler
java.lang.Object
de.hybris.platform.apiregistrybackoffice.widgets.ResetCredentialsHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class ResetCredentialsHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Handler for resolve Reset Credentials wizard.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ApiRegistrationServiceprotected CredentialServiceprotected DestinationService<AbstractDestinationModel>protected FlexibleSearchServiceprotected com.hybris.cockpitng.util.notifications.NotificationServicevoidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) voidsetApiRegistrationService(ApiRegistrationService apiRegistrationService) voidsetCredentialService(CredentialService credentialService) voidsetDestinationService(DestinationService<AbstractDestinationModel> destinationService) voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) voidsetNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)
-
Field Details
-
NEW_CLIENT_ACTIVE_GRACE_PERIOD
- See Also:
-
NEW_CLIENT_ACTIVE
- See Also:
-
INVALID_CLIENT_ID
- See Also:
-
SOME_DESTINATIONS_FAILED
- See Also:
-
ALL_DESTINATIONS_SUCCESS
- See Also:
-
NO_DESTINATIONS_FOR_OAUTH_CLIENT
- See Also:
-
NO_DETAILS
- See Also:
-
REGISTRATION_FAILED_WEBSERVICES_DELIMITER
- See Also:
-
-
Constructor Details
-
ResetCredentialsHandler
public ResetCredentialsHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) - Specified by:
performin interfacecom.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) -
getApiRegistrationService
-
setApiRegistrationService
-
getCredentialService
-
setCredentialService
-
getDestinationService
-
setDestinationService
-
getFlexibleSearchService
-
setFlexibleSearchService
-