public class MetadataNameIdentifierFormatStrategy extends Object implements com.google.common.base.Function<ProfileRequestContext,List<String>>
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 . |
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 © 2017. All rights reserved.