| Package | Description |
|---|---|
| com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
| com.nimbusds.openid.connect.sdk.claims |
Claims and claim sets used in OpenID Connect.
|
| com.nimbusds.openid.connect.sdk.op |
OpenID Connect Provider (OP) classes.
|
| com.nimbusds.openid.connect.sdk.rp |
OpenID Connect Relying Party (RP) classes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ACR> |
AuthenticationRequest.getACRValues()
Gets the requested Authentication Context Class Reference values.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.acrValues(java.util.List<ACR> acrValues)
Sets the requested Authentication Context Class Reference
values.
|
| Constructor and Description |
|---|
AuthenticationRequest(java.net.URI uri,
ResponseType rt,
Scope scope,
ClientID clientID,
java.net.URI redirectURI,
State state,
Nonce nonce,
Display display,
Prompt prompt,
int maxAge,
java.util.List<com.nimbusds.langtag.LangTag> uiLocales,
java.util.List<com.nimbusds.langtag.LangTag> claimsLocales,
com.nimbusds.jwt.JWT idTokenHint,
java.lang.String loginHint,
java.util.List<ACR> acrValues,
ClaimsRequest claims,
com.nimbusds.jwt.JWT requestObject,
java.net.URI requestURI)
Creates a new OpenID Connect authentication request.
|
| Modifier and Type | Method and Description |
|---|---|
ACR |
IDTokenClaimsSet.getACR()
Gets the Authentication Context Class Reference (ACR).
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDTokenClaimsSet.setACR(ACR acr)
Sets the Authentication Context Class Reference (ACR).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ACR> |
OIDCProviderMetadata.getACRs()
Gets the supported Authentication Context Class References (ACRs).
|
java.util.List<ACR> |
ACRRequest.getEssentialACRs()
Gets the requested essential ACR values.
|
java.util.List<ACR> |
ACRRequest.getVoluntaryACRs()
Gets the requested voluntary ACR values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OIDCProviderMetadata.setACRs(java.util.List<ACR> acrValues)
Sets the supported Authentication Context Class References (ACRs).
|
| Constructor and Description |
|---|
ACRRequest(java.util.List<ACR> essentialACRs,
java.util.List<ACR> voluntaryACRs)
Creates a new Authentication Context Class Reference (ACR) request.
|
ACRRequest(java.util.List<ACR> essentialACRs,
java.util.List<ACR> voluntaryACRs)
Creates a new Authentication Context Class Reference (ACR) request.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ACR> |
OIDCClientMetadata.getDefaultACRs()
Gets the default Authentication Context Class Reference (ACR)
values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OIDCClientMetadata.setDefaultACRs(java.util.List<ACR> defaultACRs)
Sets the default Authentication Context Class Reference (ACR)
values.
|
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.