Class SamlPreferencesWithETDHandler
- java.lang.Object
-
- pl.edu.icm.unity.unicore.samlidp.preferences.SamlPreferencesWithETDHandler
-
- All Implemented Interfaces:
pl.edu.icm.unity.webui.common.preferences.PreferencesHandler
@Component public class SamlPreferencesWithETDHandler extends Object implements pl.edu.icm.unity.webui.common.preferences.PreferencesHandler
Handler of UNICORE SAML preferences.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description SamlPreferencesWithETDHandler(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.EntityManagement idsMan, pl.edu.icm.unity.engine.api.AttributeTypeManagement atsMan, pl.edu.icm.unity.webui.common.attributes.AttributeHandlerRegistry attributeHandlerRegistry, pl.edu.icm.unity.engine.api.identity.IdentityTypeSupport idTpeSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPreferenceId()StringgetPreferenceLabel()pl.edu.icm.unity.webui.common.preferences.PreferencesEditorgetPreferencesEditor(String value)Set<String>getSupportedEndpoints()
-
-
-
Constructor Detail
-
SamlPreferencesWithETDHandler
@Autowired public SamlPreferencesWithETDHandler(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.EntityManagement idsMan, pl.edu.icm.unity.engine.api.AttributeTypeManagement atsMan, pl.edu.icm.unity.webui.common.attributes.AttributeHandlerRegistry attributeHandlerRegistry, pl.edu.icm.unity.engine.api.identity.IdentityTypeSupport idTpeSupport)
-
-
Method Detail
-
getPreferenceLabel
public String getPreferenceLabel()
- Specified by:
getPreferenceLabelin interfacepl.edu.icm.unity.webui.common.preferences.PreferencesHandler
-
getPreferenceId
public String getPreferenceId()
- Specified by:
getPreferenceIdin interfacepl.edu.icm.unity.webui.common.preferences.PreferencesHandler
-
getPreferencesEditor
public pl.edu.icm.unity.webui.common.preferences.PreferencesEditor getPreferencesEditor(String value)
- Specified by:
getPreferencesEditorin interfacepl.edu.icm.unity.webui.common.preferences.PreferencesHandler
-
-