Class BaseJWTSignatureSecurityHandler

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • providerMetadataLookupStrategy

        @Nonnull
        private Function<MessageContext,​com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata> providerMetadataLookupStrategy
        Function that looks up provider metadata from the given message context. Can return null if not used.
      • clientInformationLookupStrategy

        @Nonnull
        private Function<MessageContext,​com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation> clientInformationLookupStrategy
        Function that looks up client information from the given message context. Can return null if not used.
      • relyingPartyContextLookupStrategy

        @Nonnull
        private Function<ProfileRequestContext,​net.shibboleth.idp.profile.context.RelyingPartyContext> relyingPartyContextLookupStrategy
        Lookup function for relying party context.
      • peerContext

        @Nullable
        private OIDCPeerEntityContext peerContext
        The context representing the OIDC peer entity.
      • providerMetadata

        @Nullable
        private com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata providerMetadata
        The provider metadata found from the lookup strategy.
      • clientInformation

        @Nullable
        private com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation clientInformation
        The client information found from the lookup strategy.
    • Constructor Detail

      • BaseJWTSignatureSecurityHandler

        protected BaseJWTSignatureSecurityHandler()
        Constructor.