Class AddApplicationDetails

All Implemented Interfaces:
Serializable, org.apache.struts2.action.Action, org.apache.struts2.action.SessionAware, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class AddApplicationDetails extends BaseAddApplicationAction implements org.apache.struts2.action.SessionAware
See Also:
  • Field Details

    • APPLICATION_SESSION_CONFIGURATION_SETUP

      protected static final String APPLICATION_SESSION_CONFIGURATION_SETUP
      See Also:
  • Constructor Details

    • AddApplicationDetails

      public AddApplicationDetails()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class BaseAction
    • setClientServiceSupplier

      public void setClientServiceSupplier(ClientServiceSupplier clientServiceSupplier)
    • completeStep

      public String completeStep()
    • cancel

      public String cancel()
    • getApplicationType

      public String getApplicationType()
    • getDescription

      public String getDescription()
    • getName

      public String getName()
    • getPassword

      public String getPassword()
    • getOauth2ConfigId

      public String getOauth2ConfigId()
    • getPasswordConfirmation

      public String getPasswordConfirmation()
    • setApplicationType

      public void setApplicationType(String applicationType)
    • setDescription

      public void setDescription(String description)
    • setName

      public void setName(String name)
    • setPassword

      public void setPassword(String password)
    • setPasswordConfirmation

      public void setPasswordConfirmation(String passwordConfirmation)
    • setOauth2ConfigId

      public void setOauth2ConfigId(String oauth2ConfigId)
    • withSession

      public void withSession(Map session)
      Specified by:
      withSession in interface org.apache.struts2.action.SessionAware
    • setServiceAccountAuthService

      public void setServiceAccountAuthService(ServiceAccountAuthService serviceAccountAuthService)
    • getApplicationTypes

      public List<PairType> getApplicationTypes()
    • getProgressSteps

      public List<Map<String,Object>> getProgressSteps()
      Overrides:
      getProgressSteps in class BaseAddApplicationAction
    • getAuthenticationMethods

      public List<OAuth2Utils.AuthenticationMethod> getAuthenticationMethods()