Class ProcessDelegatedAssertion

    • Field Detail

      • log

        @Nonnull
        private org.slf4j.Logger log
        Logger.
      • requesterLookupStrategy

        @Nullable
        private Function<ProfileRequestContext,​String> requesterLookupStrategy
        Function used to obtain the requester ID, for purposes of Subject c14n.
      • responderLookupStrategy

        @Nullable
        private Function<ProfileRequestContext,​String> responderLookupStrategy
        Function used to obtain the responder ID, for purposes of Subject c14n.
      • assertion

        private Assertion assertion
        The SAML 2 Assertion token being processed.
      • nameID

        private NameID nameID
        The SAML 2 NameID representing the authenticated user.
    • Constructor Detail

      • ProcessDelegatedAssertion

        public ProcessDelegatedAssertion()
        Constructor.