Class SAMLBearerRequest


  • public class SAMLBearerRequest
    extends TokenRequest
    This holds values used to call the SAML Bearer grant flow from the OAuth Server. In this version client presents a SAML token and a JWT token.
    Author:
    David G.
    • Constructor Detail

      • SAMLBearerRequest

        public SAMLBearerRequest​(String samlAssertion,
                                 String jwtClientAssertion)
    • Method Detail

      • getSamlAssertion

        public String getSamlAssertion()
      • getJwtClientAssertion

        public String getJwtClientAssertion()