Uses of Class
pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
-
Packages that use UnityPropertiesHelper Package Description pl.edu.icm.unity.engine.api.authn.remote Remote authentication APIpl.edu.icm.unity.engine.api.config Configuration of the serverpl.edu.icm.unity.engine.api.idp IdP-type endpoints support -
-
Uses of UnityPropertiesHelper in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type UnityPropertiesHelper Modifier and Type Method Description static TranslationProfile
AbstractRemoteVerificator. getTranslationProfile(UnityPropertiesHelper props, String globalProfileNameKey, String embeddedProfileKey)
-
Uses of UnityPropertiesHelper in pl.edu.icm.unity.engine.api.config
Constructors in pl.edu.icm.unity.engine.api.config with parameters of type UnityPropertiesHelper Constructor Description UnityPropertiesHelper(UnityPropertiesHelper cloned)
For cloning -
Uses of UnityPropertiesHelper in pl.edu.icm.unity.engine.api.idp
Methods in pl.edu.icm.unity.engine.api.idp with parameters of type UnityPropertiesHelper Modifier and Type Method Description static IdpPolicyAgreementsConfiguration
IdpPolicyAgreementsConfigurationParser. fromPropoerties(MessageSource msg, UnityPropertiesHelper properties)
static IdpPolicyAgreementsConfiguration
CommonIdPProperties. getPolicyAgreementsConfig(MessageSource msg, UnityPropertiesHelper cfg)
static TranslationProfile
PropertiesTranslationProfileLoader. getTranslationProfile(UnityPropertiesHelper props, String globalProfileNameKey, String embeddedProfileKey)
-