Uses of Interface
pl.edu.icm.unity.MessageSource
-
Packages that use MessageSource Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.config Configuration of the serverpl.edu.icm.unity.engine.api.identity Identity APIpl.edu.icm.unity.engine.api.idp IdP-type endpoints supportpl.edu.icm.unity.engine.api.idp.statistic pl.edu.icm.unity.engine.api.mvel pl.edu.icm.unity.engine.api.registration Registration and enquiry public APIpl.edu.icm.unity.engine.api.utils Misc utilitiespl.edu.icm.unity.types pl.edu.icm.unity.types.authn pl.edu.icm.unity.types.basic pl.edu.icm.unity.types.registration pl.edu.icm.unity.types.registration.layout 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 MessageSource Modifier and Type Method Description String
AuthenticationResult.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 MessageSource Modifier and Type Method Description I18nString
UnityFilePropertiesHelper. getLocalizedString(MessageSource msg, String baseKey)
I18nString
UnityPropertiesHelper. getLocalizedString(MessageSource msg, String baseKey)
I18nString
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 MessageSource Modifier and Type Method Description String
IdentityTypeDefinition. getHumanFriendlyDescription(MessageSource msg)
String
IdentityTypeDefinition. getHumanFriendlyName(MessageSource msg)
String
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 MessageSource Modifier and Type Method Description static IdpPolicyAgreementsConfiguration
IdpPolicyAgreementsConfigurationParser. fromPropoerties(MessageSource msg, UnityPropertiesHelper properties)
static IdpPolicyAgreementsConfiguration
CommonIdPProperties. getPolicyAgreementsConfig(MessageSource msg, UnityPropertiesHelper cfg)
static Properties
IdpPolicyAgreementsConfigurationParser. toProperties(MessageSource msg, IdpPolicyAgreementsConfiguration config, String prefix)
Constructors in pl.edu.icm.unity.engine.api.idp with parameters of type MessageSource Constructor Description IdpPolicyAgreementsConfiguration(MessageSource msg)
-
Uses of MessageSource in pl.edu.icm.unity.engine.api.idp.statistic
Fields in pl.edu.icm.unity.engine.api.idp.statistic declared as MessageSource Modifier and Type Field Description protected MessageSource
IdpStatisticReporter. msg
Constructors in pl.edu.icm.unity.engine.api.idp.statistic with parameters of type MessageSource Constructor Description IdpStatisticReporter(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 Modifier and Type Method Description I18nString
MVELGroup. getDisplayedNameShort(MessageSource msg)
-
Uses of MessageSource in pl.edu.icm.unity.engine.api.registration
Constructors in pl.edu.icm.unity.engine.api.registration with parameters of type MessageSource Constructor Description PostFillingHandler(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 MessageSource Modifier and Type Method Description static 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
Methods in pl.edu.icm.unity.types with parameters of type MessageSource Modifier and Type Method Description String
I18nString. getDefaultLocaleValue(MessageSource msg)
String
I18nString. getValue(MessageSource msg)
String
I18nStringSource. getValue(MessageSource msg)
void
I18nString. toProperties(Properties properties, String prefix, MessageSource msg)
Constructors in pl.edu.icm.unity.types with parameters of type MessageSource Constructor Description I18nString(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
Methods in pl.edu.icm.unity.types.authn with parameters of type MessageSource Modifier and Type Method Description String
AuthenticationOptionsSelector. getRepresentationFallbackToConfigKey(MessageSource msg)
Constructors in pl.edu.icm.unity.types.authn with parameters of type MessageSource Constructor Description AuthenticationOptionsSelectorComparator(MessageSource msg)
CredentialDefinition(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 MessageSource Modifier and Type Method Description I18nString
Group. 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 MessageSource Constructor Description AttributeType(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
-
Uses of MessageSource in pl.edu.icm.unity.types.registration.layout
Methods in pl.edu.icm.unity.types.registration.layout with parameters of type MessageSource Modifier and Type Method Description String
BasicFormElement. toString(MessageSource msg)
String
FormCaptionElement. toString(MessageSource msg)
abstract String
FormElement. toString(MessageSource msg)
String
FormLocalSignupButtonElement. toString(MessageSource msg)
String
FormParameterElement. toString(MessageSource msg)
String
FormSeparatorElement. toString(MessageSource msg)
-