Class IncomingUserActionForm

java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.user.incoming.IncomingUserActionForm
All Implemented Interfaces:
Serializable

public class IncomingUserActionForm extends ecmwf.web.controller.ECMWFActionForm
The Class IncomingUserActionForm.
See Also:
  • Constructor Details

    • IncomingUserActionForm

      public IncomingUserActionForm()
  • Method Details

    • getId

      public String getId()
      Gets the id.
      Returns:
      the id
    • getPassword

      public String getPassword()
      Gets the password.
      Returns:
      the password
    • getCountryIso

      public String getCountryIso()
      Gets the country iso.
      Returns:
      the country iso
    • getIncomingUser

      public IncomingUser getIncomingUser()
      Gets the incoming user.
      Returns:
      the incoming user
    • getActive

      public String getActive()
      Gets the active.
      Returns:
      the active
    • getSynchronized

      public String getSynchronized()
      Gets the synchronized.
      Returns:
      the synchronized
    • getIsSynchronized

      public String getIsSynchronized()
      Gets the checks if is synchronized.
      Returns:
      the checks if is synchronized
    • setId

      public void setId(String string)
      Sets the id.
      Parameters:
      string - the new id
    • setPassword

      public void setPassword(String string)
      Sets the password.
      Parameters:
      string - the new password
    • setCountryIso

      public void setCountryIso(String string)
      Sets the country iso.
      Parameters:
      string - the new country iso
    • setUser

      public void setUser(IncomingUser user)
      Sets the user.
      Parameters:
      user - the new user
    • setActive

      public void setActive(String s)
      Sets the active.
      Parameters:
      s - the new active
    • setSynchronized

      public void setSynchronized(String s)
      Sets the synchronized.
      Parameters:
      s - the new synchronized
    • setIsSynchronized

      public void setIsSynchronized(String s)
      Sets the checks if is synchronized.
      Parameters:
      s - the new checks if is synchronized
    • setUserData

      public void setUserData(String s)
      Sets the user data.
      Parameters:
      s - the new user data
    • setAuthorizedSSHKeys

      public void setAuthorizedSSHKeys(String s)
      Sets the authorized SSH keys.
      Parameters:
      s - the new authorized SSH keys
    • getUserData

      public String getUserData()
      Gets the user data.
      Returns:
      the user data
    • getUserProperties

      public String getUserProperties()
      Gets the user properties.
      Returns:
      the user properties
    • getAuthorizedSSHKeys

      public String getAuthorizedSSHKeys()
      Gets the authorized SSH keys.
      Returns:
      the authorized SSH keys
    • getCompletions

      public String getCompletions()
      Gets the completions.
      Returns:
      the completions
    • setComment

      public void setComment(String s)
      Sets the comment.
      Parameters:
      s - the new comment
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • getIncomingPolicies

      public Collection<IncomingPolicy> getIncomingPolicies()
      Gets the incoming policies.
      Returns:
      All the IncomingPolicies currently associated to the User
    • getIncomingPolicyOptions

      public Collection<IncomingPolicy> getIncomingPolicyOptions()
      Gets the incoming policy options.
      Returns:
      All the IncomingPolicies currently NOT associated to the User
    • getDestinations

      public Collection<Destination> getDestinations()
      Gets the destinations.
      Returns:
      All the Destinations currently associated to the User
    • getDestinationOptions

      public Collection<ecmwf.web.util.bean.Pair> getDestinationOptions()
      Gets the destination options.
      Returns:
      All the Destinations currently NOT associated to the User
    • getOperations

      public Collection<Operation> getOperations()
      Gets the operations.
      Returns:
      All the Operations currently associated to the User
    • getOperationOptions

      public Collection<Operation> getOperationOptions()
      Gets the operation options.
      Returns:
      All the Operations currently NOT associated to the User
    • getCountryOptions

      public Collection<Country> getCountryOptions()
      Gets the country options.
      Returns:
      the country options
    • populateUser

      protected void populateUser(IncomingUser u)
      Populate user.
      Parameters:
      u - the u
    • populateFromUser

      protected void populateFromUser(IncomingUser u)
      Populate from user.
      Parameters:
      u - the u