Class 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 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:
        getPreferenceLabel in interface pl.edu.icm.unity.webui.common.preferences.PreferencesHandler
      • getPreferenceId

        public String getPreferenceId()
        Specified by:
        getPreferenceId in interface pl.edu.icm.unity.webui.common.preferences.PreferencesHandler
      • getPreferencesEditor

        public pl.edu.icm.unity.webui.common.preferences.PreferencesEditor getPreferencesEditor​(String value)
        Specified by:
        getPreferencesEditor in interface pl.edu.icm.unity.webui.common.preferences.PreferencesHandler
      • getSupportedEndpoints

        public Set<String> getSupportedEndpoints()
        Specified by:
        getSupportedEndpoints in interface pl.edu.icm.unity.webui.common.preferences.PreferencesHandler