public class SpringStatusMessageLookupFunction extends Object implements com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,String>, MessageSourceAware
MessageSource functionality.| Modifier and Type | Field and Description |
|---|---|
private MessageSource |
messageSource
MessageSource injected by Spring, typically the parent ApplicationContext itself.
|
| Constructor and Description |
|---|
SpringStatusMessageLookupFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(org.opensaml.profile.context.ProfileRequestContext input) |
void |
setMessageSource(MessageSource source) |
@Nonnull private MessageSource messageSource
@Nullable public String apply(@Nullable org.opensaml.profile.context.ProfileRequestContext input)
apply in interface com.google.common.base.Function<org.opensaml.profile.context.ProfileRequestContext,String>public void setMessageSource(MessageSource source)
setMessageSource in interface MessageSourceAwareCopyright © 1999–2014. All rights reserved.