Package org.gluu.oxtrust.action
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd()voidcancel()voiddelete()getInum()booleanisUpdate()voidremoveSingleSignOnServices(SingleSignOnServices singleSignOnService) voidremoveSingleSignOnServices1(String singleSignOnService) save()voidvoidsetOxTrustedIdp(OxTrustedIdp oxTrustedIdp) voidsetSelectedSingleSignOnService(SingleSignOnServices selectedSingleSignOnService) voidsetSingleSignOnServices(List<SingleSignOnServices> singleSignOnServices) update()
-
Constructor Details
-
UpdateTrustedIdpAction
public UpdateTrustedIdpAction()
-
-
Method Details
-
add
- Throws:
Exception
-
update
- Throws:
Exception
-
cancel
-
save
- Throws:
Exception
-
delete
- Throws:
Exception
-
addEmptyContact
public void addEmptyContact() -
removeSingleSignOnServices
-
removeSingleSignOnServices1
-
cancelSelectMembers
public void cancelSelectMembers() -
getInum
-
setInum
-
isUpdate
public boolean isUpdate() -
getOxTrustedIdp
-
setOxTrustedIdp
-
getSingleSignOnServices
-
setSingleSignOnServices
-
getSelectedSingleSignOnService
-
setSelectedSingleSignOnService
-