Uses of Class
com.networknt.http.client.SAMLBearerRequest
-
Packages that use SAMLBearerRequest Package Description com.networknt.http.client.oauth -
-
Uses of SAMLBearerRequest in com.networknt.http.client.oauth
Methods in com.networknt.http.client.oauth with parameters of type SAMLBearerRequest Modifier and Type Method Description static Result<TokenResponse>OauthHelper. getTokenFromSamlResult(SAMLBearerRequest tokenRequest)Get an access token from the token service based on a SAML token request.static Result<TokenResponse>OauthHelper. getTokenFromSamlResult(SAMLBearerRequest tokenRequest, String envTag)Get an access token from the token service based on a SAML token request.
-