CustomJWTAuthentication Klas

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

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

Samenvatting van constructor

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

Methodesamenvatting

Modifier en type Methode en beschrijving
void applyTo(HTTPRequest httpRequest)
java.util.Set<java.lang.String> getFormParameterNames()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> toParameters()

Methoden overgenomen van 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

Methoden overgenomen van 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

Constructordetails

CustomJWTAuthentication

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

Parameters:

method
clientAssertion
clientID

Methodedetails

applyTo

public void applyTo(HTTPRequest httpRequest)

Overschrijvingen:

CustomJWTAuthentication.applyTo(HTTPRequest httpRequest)

Parameters:

httpRequest

getFormParameterNames

public Set<String> getFormParameterNames()

Overschrijvingen:

CustomJWTAuthentication.getFormParameterNames()

toParameters

public Map<String,List<String>> toParameters()

Van toepassing op