Class EncryptedUserInfoJWTLookupStrategy

java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.AbstractUserInfoTokenResponseLookupStrategy
net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.EncryptedUserInfoJWTLookupStrategy
All Implemented Interfaces:
Function<ProfileRequestContext,com.nimbusds.jwt.JWT>

@ThreadSafe public class EncryptedUserInfoJWTLookupStrategy extends AbstractUserInfoTokenResponseLookupStrategy implements Function<ProfileRequestContext,com.nimbusds.jwt.JWT>
Function that extracts the UserInfo JWT from the UserInfoResponseContext iff it is an EncryptedJWT type. If not null is returned.