Class EncryptedUserInfoJWTLookupStrategy
java.lang.Object
net.shibboleth.sp.oidc.profile.context.navigate.AbstractUserInfoTokenResponseLookupStrategy
net.shibboleth.sp.oidc.profile.context.navigate.EncryptedUserInfoJWTLookupStrategy
- All Implemented Interfaces:
Function<org.opensaml.profile.context.ProfileRequestContext,com.nimbusds.jwt.JWT>
@ThreadSafe
public class EncryptedUserInfoJWTLookupStrategy
extends AbstractUserInfoTokenResponseLookupStrategy
implements Function<org.opensaml.profile.context.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<org.opensaml.profile.context.ProfileRequestContext, net.shibboleth.oidc.profile.context.UserInfoResponseContext> strategy) Constructor. -
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.jwt.JWTapply(org.opensaml.profile.context.ProfileRequestContext prc) Methods inherited from class net.shibboleth.sp.oidc.profile.context.navigate.AbstractUserInfoTokenResponseLookupStrategy
getUserInfoResponseContextLookupStrategy
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logLogger.
-
-
Constructor Details
-
EncryptedUserInfoJWTLookupStrategy
public EncryptedUserInfoJWTLookupStrategy(@ParameterName(name="userInfoResponseContextLookupStrategy") Function<org.opensaml.profile.context.ProfileRequestContext, net.shibboleth.oidc.profile.context.UserInfoResponseContext> strategy) Constructor.- Parameters:
strategy- the strategy used look up theAccessTokenResponseContext.
-
EncryptedUserInfoJWTLookupStrategy
public EncryptedUserInfoJWTLookupStrategy()Constructor.
-
-
Method Details