Package com.networknt.http.client
Class SAMLBearerRequest
- java.lang.Object
-
- com.networknt.http.client.oauth.TokenRequest
-
- com.networknt.http.client.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 Summary
Constructors Constructor Description SAMLBearerRequest(String samlAssertion, String jwtClientAssertion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJwtClientAssertion()StringgetSamlAssertion()-
Methods inherited from class com.networknt.http.client.oauth.TokenRequest
getClientId, getClientSecret, getCsrf, getGrantType, getProxyHost, getProxyPort, getScope, getServerUrl, getServiceId, getUri, isEnableHttp2, setClientId, setClientSecret, setCsrf, setEnableHttp2, setGrantType, setProxyHost, setProxyPort, setScope, setServerUrl, setServiceId, setUri
-
-