public static class AddNameIDToSubjects.NameIDPolicyLookupFunction extends Object implements com.google.common.base.Function<ProfileRequestContext,SAMLObject>
NameIDPolicy
from an AuthnRequest
message returned
from a lookup function, by default the inbound message.Constructor and Description |
---|
NameIDPolicyLookupFunction()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SAMLObject |
apply(ProfileRequestContext profileRequestContext) |
void |
setRequestLookupStrategy(com.google.common.base.Function<ProfileRequestContext,AuthnRequest> strategy)
Set the strategy used to locate the
AuthnRequest to examine. |
public void setRequestLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,AuthnRequest> strategy)
AuthnRequest
to examine.strategy
- strategy used to locate the AuthnRequest
@Nullable public SAMLObject apply(@Nullable ProfileRequestContext profileRequestContext)
apply
in interface com.google.common.base.Function<ProfileRequestContext,SAMLObject>
Copyright © 2019. All rights reserved.