Uses of Interface
pl.edu.icm.unity.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
Modifier and TypeMethodDescriptionAuthenticationResult.ResolvableError.resovle
(MessageSource msg) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.config
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionIdpPolicyAgreementsConfigurationParser.fromPropoerties
(MessageSource msg, UnityPropertiesHelper properties) CommonIdPProperties.getPolicyAgreementsConfig
(MessageSource msg, UnityPropertiesHelper cfg) static Properties
IdpPolicyAgreementsConfigurationParser.toProperties
(MessageSource msg, IdpPolicyAgreementsConfiguration config, String prefix) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.idp.statistic
ModifierConstructorDescriptionIdpStatisticReporter
(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, MessageSource msg, Endpoint endpoint) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.mvel
-
Uses of MessageSource in pl.edu.icm.unity.engine.api.registration
ModifierConstructorDescriptionPostFillingHandler
(String formId, List<RegistrationWrapUpConfig> wrapUpConfigs, MessageSource msg, String pageTitle, String logoURL, boolean registration) -
Uses of MessageSource in pl.edu.icm.unity.engine.api.utils
Modifier and TypeMethodDescriptionstatic String
MessageUtils.createConfirmFromNames
(MessageSource msg, Collection<? extends NamedObject> objects) AsMessageUtils.createConfirmFromStrings(MessageSource, Collection)
but uses getName() instead of toString().static String
MessageUtils.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
Modifier and TypeMethodDescriptionI18nString.getDefaultLocaleValue
(MessageSource msg) I18nString.getValue
(MessageSource msg) I18nStringSource.getValue
(MessageSource msg) void
I18nString.toProperties
(Properties properties, String prefix, MessageSource msg) ModifierConstructorDescriptionI18nString
(String key, MessageSource msg, Object... args) LoadsI18nString
from all message bundles which are installed in the system. -
Uses of MessageSource in pl.edu.icm.unity.types.authn
Modifier and TypeMethodDescriptionAuthenticationOptionsSelector.getRepresentationFallbackToConfigKey
(MessageSource msg) ModifierConstructorDescriptionCredentialDefinition
(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
Modifier and TypeMethodDescriptionGroup.getDisplayedNameShort
(MessageSource msg) This is likely a go-to method to present group name to a person.ModifierConstructorDescriptionAttributeType
(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
Modifier 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 I18nString
RegistrationForm.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
Modifier and TypeMethodDescriptionBasicFormElement.toString
(MessageSource msg) FormCaptionElement.toString
(MessageSource msg) abstract String
FormElement.toString
(MessageSource msg) FormLocalSignupButtonElement.toString
(MessageSource msg) FormParameterElement.toString
(MessageSource msg) FormSeparatorElement.toString
(MessageSource msg)