Class UpdateTrustedIdpAction

java.lang.Object
org.gluu.oxtrust.action.UpdateTrustedIdpAction
All Implemented Interfaces:
Serializable

@ConversationScoped @Named("updateTrustedIdpAction") @Secure("#{permissionService.hasPermission(\'group\', \'access\')}") public class UpdateTrustedIdpAction extends Object implements Serializable
Action class for view and update oxTrustedIdp form.
Author:
Shekhar L. Date: 11.09.2022
See Also:
  • Constructor Details

    • UpdateTrustedIdpAction

      public UpdateTrustedIdpAction()
  • Method Details

    • add

      public String add() throws Exception
      Throws:
      Exception
    • update

      public String update() throws Exception
      Throws:
      Exception
    • cancel

      public String cancel()
    • save

      public String save() throws Exception
      Throws:
      Exception
    • delete

      public String delete() throws Exception
      Throws:
      Exception
    • addEmptyContact

      public void addEmptyContact()
    • removeSingleSignOnServices

      public void removeSingleSignOnServices(SingleSignOnServices singleSignOnService)
    • removeSingleSignOnServices1

      public void removeSingleSignOnServices1(String singleSignOnService)
    • cancelSelectMembers

      public void cancelSelectMembers()
    • getInum

      public String getInum()
    • setInum

      public void setInum(String inum)
    • isUpdate

      public boolean isUpdate()
    • getOxTrustedIdp

      public OxTrustedIdp getOxTrustedIdp()
    • setOxTrustedIdp

      public void setOxTrustedIdp(OxTrustedIdp oxTrustedIdp)
    • getSingleSignOnServices

      public List<SingleSignOnServices> getSingleSignOnServices()
    • setSingleSignOnServices

      public void setSingleSignOnServices(List<SingleSignOnServices> singleSignOnServices)
    • getSelectedSingleSignOnService

      public SingleSignOnServices getSelectedSingleSignOnService()
    • setSelectedSingleSignOnService

      public void setSelectedSingleSignOnService(SingleSignOnServices selectedSingleSignOnService)