public class MetadataNameIdentifierFormatStrategy extends Object implements com.google.common.base.Function<ProfileRequestContext,List<String>>
| Modifier and Type | Class and Description |
|---|---|
private class |
MetadataNameIdentifierFormatStrategy.MetadataLookupStrategy
Default lookup strategy for metadata, relies on the inbound message context.
|
| Modifier and Type | Field and Description |
|---|---|
private Logger |
log
Class logger.
|
private com.google.common.base.Function<ProfileRequestContext,SSODescriptor> |
ssoDescriptorLookupStrategy
Strategy function to lookup the
SSODescriptor to read from. |
| Constructor and Description |
|---|
MetadataNameIdentifierFormatStrategy()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
apply(ProfileRequestContext input) |
void |
setSSODescriptorLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SSODescriptor> strategy)
Set the lookup strategy to use to obtain an
SSODescriptor. |
@Nonnull private com.google.common.base.Function<ProfileRequestContext,SSODescriptor> ssoDescriptorLookupStrategy
SSODescriptor to read from.public MetadataNameIdentifierFormatStrategy()
public void setSSODescriptorLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,SSODescriptor> strategy)
SSODescriptor.strategy - lookup strategy@Nullable public List<String> apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,List<String>>Copyright © 1999–2015. All rights reserved.