Class EncryptedIDTokenLookupStrategy

java.lang.Object
net.shibboleth.oidc.profile.context.navigate.AbstractTokenResponseLookupStrategy
net.shibboleth.oidc.profile.context.navigate.EncryptedIDTokenLookupStrategy
All Implemented Interfaces:
Function<ProfileRequestContext,JWT>

@ThreadSafe public class EncryptedIDTokenLookupStrategy extends AbstractTokenResponseLookupStrategy implements Function<ProfileRequestContext,JWT>
Function that extracts the id_token from the AccessTokenResponseContext iff it is an EncryptedJWT type. If not null is returned.