CustomJWTAuthentication Class

  • java.lang.Object
    • com.nimbusds.oauth2.sdk.auth.ClientAuthentication
      • com.microsoft.aad.msal4j.CustomJWTAuthentication

public class CustomJWTAuthentication
extends com.nimbusds.oauth2.sdk.auth.ClientAuthentication

Constructor Summary

Modifier Constructor Description
protected CustomJWTAuthentication(ClientAuthenticationMethod method, ClientAssertion clientAssertion, ClientID clientID)

Method Summary

Modifier and Type Method and Description
void applyTo(HTTPRequest httpRequest)
java.util.Set<java.lang.String> getFormParameterNames()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> toParameters()

Methods inherited from com.nimbusds.oauth2.sdk.auth.ClientAuthentication

com.nimbusds.oauth2.sdk.auth.ClientAuthentication.applyTo com.nimbusds.oauth2.sdk.auth.ClientAuthentication.getClientID com.nimbusds.oauth2.sdk.auth.ClientAuthentication.getFormParameterNames com.nimbusds.oauth2.sdk.auth.ClientAuthentication.getMethod com.nimbusds.oauth2.sdk.auth.ClientAuthentication.parse

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CustomJWTAuthentication

protected CustomJWTAuthentication(ClientAuthenticationMethod method, ClientAssertion clientAssertion, ClientID clientID)

Parameters:

method
clientAssertion
clientID

Method Details

applyTo

public void applyTo(HTTPRequest httpRequest)

Overrides:

CustomJWTAuthentication.applyTo(HTTPRequest httpRequest)

Parameters:

httpRequest

getFormParameterNames

public Set getFormParameterNames()

Overrides:

CustomJWTAuthentication.getFormParameterNames()

toParameters

public Map> toParameters()

Applies to