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.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.EncryptedUserInfoJWTLookupStrategy(Function<ProfileRequestContext, UserInfoResponseContext> strategy) Constructor. -
Method Summary
Methods inherited from class net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.AbstractUserInfoTokenResponseLookupStrategy
getUserInfoResponseContextLookupStrategy
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logLogger.
-
-
Constructor Details
-
EncryptedUserInfoJWTLookupStrategy
public EncryptedUserInfoJWTLookupStrategy(@ParameterName(name="userInfoResponseContextLookupStrategy") Function<ProfileRequestContext, UserInfoResponseContext> strategy) Constructor.- Parameters:
strategy- the strategy used look up theAccessTokenResponseContext.
-
EncryptedUserInfoJWTLookupStrategy
public EncryptedUserInfoJWTLookupStrategy()Constructor.
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,com.nimbusds.jwt.JWT>
-