Class SamlPreferencesWithETDEditor
- java.lang.Object
-
- pl.edu.icm.unity.saml.idp.preferences.SamlPreferencesEditor
-
- pl.edu.icm.unity.unicore.samlidp.preferences.SamlPreferencesWithETDEditor
-
- All Implemented Interfaces:
pl.edu.icm.unity.webui.common.preferences.PreferencesEditor
public class SamlPreferencesWithETDEditor extends pl.edu.icm.unity.saml.idp.preferences.SamlPreferencesEditorViewing and editing UI ofSamlPreferencesWithETD.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description SamlPreferencesWithETDEditor(pl.edu.icm.unity.MessageSource msg, SamlPreferencesWithETD preferences, pl.edu.icm.unity.engine.api.EntityManagement idsMan, pl.edu.icm.unity.engine.api.AttributeTypeManagement atsMan, pl.edu.icm.unity.webui.common.attributes.AttributeHandlerRegistry attributeHandlerRegistries, pl.edu.icm.unity.engine.api.identity.IdentityTypeSupport idTpeSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SamlSPSettingsWithETDViewerconfigureViewer()protected pl.edu.icm.unity.webui.common.SingleActionHandler<String>getAddAction()protected pl.edu.icm.unity.webui.common.SingleActionHandler<String>getEditAction()StringgetValue()
-
-
-
Constructor Detail
-
SamlPreferencesWithETDEditor
public SamlPreferencesWithETDEditor(pl.edu.icm.unity.MessageSource msg, SamlPreferencesWithETD preferences, pl.edu.icm.unity.engine.api.EntityManagement idsMan, pl.edu.icm.unity.engine.api.AttributeTypeManagement atsMan, pl.edu.icm.unity.webui.common.attributes.AttributeHandlerRegistry attributeHandlerRegistries, pl.edu.icm.unity.engine.api.identity.IdentityTypeSupport idTpeSupport)
-
-
Method Detail
-
configureViewer
protected SamlSPSettingsWithETDViewer configureViewer()
- Overrides:
configureViewerin classpl.edu.icm.unity.saml.idp.preferences.SamlPreferencesEditor
-
getValue
public String getValue() throws pl.edu.icm.unity.webui.common.FormValidationException
- Specified by:
getValuein interfacepl.edu.icm.unity.webui.common.preferences.PreferencesEditor- Overrides:
getValuein classpl.edu.icm.unity.saml.idp.preferences.SamlPreferencesEditor- Throws:
pl.edu.icm.unity.webui.common.FormValidationException
-
getAddAction
protected pl.edu.icm.unity.webui.common.SingleActionHandler<String> getAddAction()
- Overrides:
getAddActionin classpl.edu.icm.unity.saml.idp.preferences.SamlPreferencesEditor
-
getEditAction
protected pl.edu.icm.unity.webui.common.SingleActionHandler<String> getEditAction()
- Overrides:
getEditActionin classpl.edu.icm.unity.saml.idp.preferences.SamlPreferencesEditor
-
-