| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk.assertions.saml2 |
SAML 2.0 bearer assertions.
|
| 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 |
|---|---|
ACR |
SAML2AssertionDetails.getSubjectACR()
Returns the optional subject Authentication Context Class Reference
(ACR).
|
| Constructor and Description |
|---|
SAML2AssertionDetails(Issuer issuer,
Subject subject,
java.lang.String subjectFormat,
java.util.Date subjectAuthTime,
ACR subjectACR,
java.util.List<Audience> audience,
java.util.Date exp,
java.util.Date nbf,
java.util.Date iat,
Identifier id,
java.net.InetAddress clientAddress,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> attrStatement)
Creates a new SAML 2.0 bearer assertion details instance.
|
| 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,
ResponseMode rm,
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,
CodeChallenge codeChallenge,
CodeChallengeMethod codeChallengeMethod)
Creates a new OpenID Connect authentication request.
|
AuthenticationRequest(java.net.URI uri,
ResponseType rt,
ResponseMode rm,
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,
CodeChallenge codeChallenge,
CodeChallengeMethod codeChallengeMethod,
java.util.Map<java.lang.String,java.lang.String> customParams)
Creates a new OpenID Connect authentication request with additional
custom parameters.
|
| 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 © 2016 Connect2id Ltd.. All Rights Reserved.