CustomJWTAuthentication Klasse

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

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

Zusammenfassung zum Konstruktor

Modifizierer Konstruktor Beschreibung
protected CustomJWTAuthentication(ClientAuthenticationMethod method, ClientAssertion clientAssertion, ClientID clientID)

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
void applyTo(HTTPRequest httpRequest)
java.util.Set<java.lang.String> getFormParameterNames()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> toParameters()

Geerbte Methoden von 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

Geerbte Methoden von 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

Details zum Konstruktor

CustomJWTAuthentication

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

Parameter:

method
clientAssertion
clientID

Details zur Methode

applyTo

public void applyTo(HTTPRequest httpRequest)

Überschreibt:

CustomJWTAuthentication.applyTo(HTTPRequest httpRequest)

Parameter:

httpRequest

getFormParameterNames

public Set<String> getFormParameterNames()

Überschreibt:

CustomJWTAuthentication.getFormParameterNames()

toParameters

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

Gilt für: