CustomJWTAuthentication Klas
- java.
lang. Object - com.
nimbusds. oauth2.sdk. auth. ClientAuthentication - com.
microsoft. aad. msal4j. CustomJWTAuthentication
- com.
- com.
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
Methoden overgenomen van java.lang.Object
Constructordetails
CustomJWTAuthentication
protected CustomJWTAuthentication(ClientAuthenticationMethod method, ClientAssertion clientAssertion, ClientID clientID)
Parameters:
Methodedetails
applyTo
public void applyTo(HTTPRequest httpRequest)
Overschrijvingen:
CustomJWTAuthentication.applyTo(HTTPRequest httpRequest)Parameters:
getFormParameterNames
public Set<String> getFormParameterNames()
Overschrijvingen:
CustomJWTAuthentication.getFormParameterNames()toParameters
public Map<String,List<String>> toParameters()