Uses of Interface
pl.edu.icm.unity.MessageSource
Packages that use MessageSource
Package
Description
Authentication related API and utilities
Configuration of the server
Identity API
IdP-type endpoints support
Registration and enquiry public API
Misc utilities
Defines rendering details of a form.
-
Uses of MessageSource in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type MessageSourceModifier and TypeMethodDescriptionAuthenticationResult.ResolvableError.resovle(MessageSource msg) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.config
Methods in pl.edu.icm.unity.engine.api.config with parameters of type MessageSourceModifier and TypeMethodDescriptionUnityFilePropertiesHelper.getLocalizedString(MessageSource msg, String baseKey) UnityPropertiesHelper.getLocalizedString(MessageSource msg, String baseKey) UnityPropertiesHelper.getLocalizedStringWithoutFallbackToDefault(MessageSource msg, String baseKey) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.identity
Methods in pl.edu.icm.unity.engine.api.identity with parameters of type MessageSourceModifier and TypeMethodDescriptionIdentityTypeDefinition.getHumanFriendlyDescription(MessageSource msg) IdentityTypeDefinition.getHumanFriendlyName(MessageSource msg) IdentityTypeDefinition.toHumanFriendlyString(MessageSource msg, IdentityParam from) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.idp
Methods in pl.edu.icm.unity.engine.api.idp with parameters of type MessageSourceModifier and TypeMethodDescriptionIdpPolicyAgreementsConfigurationParser.fromPropoerties(MessageSource msg, UnityPropertiesHelper properties) CommonIdPProperties.getPolicyAgreementsConfig(MessageSource msg, UnityPropertiesHelper cfg) static PropertiesIdpPolicyAgreementsConfigurationParser.toProperties(MessageSource msg, IdpPolicyAgreementsConfiguration config, String prefix) Constructors in pl.edu.icm.unity.engine.api.idp with parameters of type MessageSource -
Uses of MessageSource in pl.edu.icm.unity.engine.api.idp.statistic
Fields in pl.edu.icm.unity.engine.api.idp.statistic declared as MessageSourceConstructors in pl.edu.icm.unity.engine.api.idp.statistic with parameters of type MessageSourceModifierConstructorDescriptionIdpStatisticReporter(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, MessageSource msg, Endpoint endpoint) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.mvel
Methods in pl.edu.icm.unity.engine.api.mvel with parameters of type MessageSource -
Uses of MessageSource in pl.edu.icm.unity.engine.api.registration
Constructors in pl.edu.icm.unity.engine.api.registration with parameters of type MessageSourceModifierConstructorDescriptionPostFillingHandler(String formId, List<RegistrationWrapUpConfig> wrapUpConfigs, MessageSource msg, String pageTitle, String logoURL, boolean registration) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.utils
Methods in pl.edu.icm.unity.engine.api.utils with parameters of type MessageSourceModifier and TypeMethodDescriptionstatic StringMessageUtils.createConfirmFromNames(MessageSource msg, Collection<? extends NamedObject> objects) AsMessageUtils.createConfirmFromStrings(MessageSource, Collection)but uses getName() instead of toString().static StringMessageUtils.createConfirmFromStrings(MessageSource msg, Collection<?> objects) Produces a string with at most 4 elements of the collection elements (toString() is called). -
Uses of MessageSource in pl.edu.icm.unity.types
Methods in pl.edu.icm.unity.types with parameters of type MessageSourceModifier and TypeMethodDescriptionI18nString.getDefaultLocaleValue(MessageSource msg) I18nString.getValue(MessageSource msg) I18nStringSource.getValue(MessageSource msg) voidI18nString.toProperties(Properties properties, String prefix, MessageSource msg) Constructors in pl.edu.icm.unity.types with parameters of type MessageSourceModifierConstructorDescriptionI18nString(String key, MessageSource msg, Object... args) LoadsI18nStringfrom all message bundles which are installed in the system. -
Uses of MessageSource in pl.edu.icm.unity.types.authn
Methods in pl.edu.icm.unity.types.authn with parameters of type MessageSourceModifier and TypeMethodDescriptionAuthenticationOptionsSelector.getRepresentationFallbackToConfigKey(MessageSource msg) Constructors in pl.edu.icm.unity.types.authn with parameters of type MessageSourceModifierConstructorDescriptionCredentialDefinition(String typeId, String name, I18nString description, MessageSource msg) Creates a standard CredentialDefinition with displayed name loaded from message bundle (using the typeId as key). -
Uses of MessageSource in pl.edu.icm.unity.types.basic
Methods in pl.edu.icm.unity.types.basic with parameters of type MessageSourceModifier and TypeMethodDescriptionGroup.getDisplayedNameShort(MessageSource msg) This is likely a go-to method to present group name to a person.Constructors in pl.edu.icm.unity.types.basic with parameters of type MessageSourceModifierConstructorDescriptionAttributeType(String name, String valueSyntax, MessageSource msg) This version resolves the descriptions of the attribute from the message bundles.AttributeType(String name, String valueSyntax, MessageSource msg, String msgKey, Object[] args) This version resolves the descriptions of the attribute from the message bundles. -
Uses of MessageSource in pl.edu.icm.unity.types.registration
Methods in pl.edu.icm.unity.types.registration with parameters of type MessageSourceModifier and TypeMethodDescriptionEnquiryForm.getDefaultFormLayout(MessageSource msg) static List<FormElement>FormLayoutUtils.getDefaultFormLayoutElements(BaseForm form, MessageSource msg) static List<FormElement>FormLayoutUtils.getDefaultFormLayoutElementsWithoutCredentials(BaseForm form, MessageSource msg) RegistrationForm.getDefaultPrimaryFormLayout(MessageSource msg) RegistrationForm.getDefaultSecondaryFormLayout(MessageSource msg) static I18nStringRegistrationForm.getDefaultSwitchToEnquiryInfo(MessageSource msg) EnquiryForm.getEffectiveFormLayout(MessageSource msg) RegistrationForm.getEffectivePrimaryFormLayout(MessageSource msg) RegistrationForm.getEffectiveSecondaryFormLayout(MessageSource msg) RegistrationForm.getEffectiveSecondaryFormLayoutWithoutCredentials(MessageSource msg) RegistrationForm.getSwitchToEnquiryInfoFallbackToDefault(MessageSource msg) -
Uses of MessageSource in pl.edu.icm.unity.types.registration.layout
Methods in pl.edu.icm.unity.types.registration.layout with parameters of type MessageSourceModifier and TypeMethodDescriptionBasicFormElement.toString(MessageSource msg) FormCaptionElement.toString(MessageSource msg) abstract StringFormElement.toString(MessageSource msg) FormLocalSignupButtonElement.toString(MessageSource msg) FormParameterElement.toString(MessageSource msg) FormSeparatorElement.toString(MessageSource msg)