Class TokenResponseIDTokenLookupStrategy
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.TokenResponseIDTokenLookupStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class TokenResponseIDTokenLookupStrategy extends Object implements Function<ProfileRequestContext,String>
Return the raw base64 encoded id_token from the TokenResponseContext, ornullif not found.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description TokenResponseIDTokenLookupStrategy()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nonnull ProfileRequestContext profileRequestContext)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-