| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and server responses.
|
| com.nimbusds.oauth2.sdk.client |
OAuth 2.0 dynamic client registration.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseType |
ResponseType.getDefault()
Gets the default response type.
|
ResponseType |
AuthorizationSuccessResponse.getImpliedResponseType()
Gets the implied response type.
|
ResponseType |
AuthorizationRequest.getResponseType()
Gets the response type.
|
ResponseType |
AuthorizationErrorResponse.getResponseType()
Gets the response type.
|
static ResponseType |
ResponseType.parse(String s)
Parses a set of authorisation response types.
|
| Constructor and Description |
|---|
AuthorizationErrorResponse(URL redirectURI,
ErrorObject error,
ResponseType rt,
State state)
Creates a new authorisation error response.
|
AuthorizationRequest(URL uri,
ResponseType rt,
ClientID clientID)
Creates a new minimal authorisation request.
|
AuthorizationRequest(URL uri,
ResponseType rt,
ClientID clientID,
URL redirectURI,
Scope scope,
State state)
Creates a new authorisation request.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ResponseType> |
ClientMetadata.getResponseTypes()
Gets the expected OAuth 2.0 response types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientMetadata.setResponseTypes(Set<ResponseType> responseTypes)
Sets the expected OAuth 2.0 response types.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
OIDCAuthorizationSuccessResponse.getImpliedResponseType() |
| Constructor and Description |
|---|
OIDCAuthorizationErrorResponse(URL redirectURI,
ErrorObject error,
ResponseType rt,
State state)
Creates a new OpenID Connect authorisation error response.
|
OIDCAuthorizationRequest(URL uri,
ResponseType rt,
Scope scope,
ClientID clientID,
URL redirectURI,
State state,
Nonce nonce)
Creates a new minimal OpenID Connect authorisation request.
|
OIDCAuthorizationRequest(URL uri,
ResponseType rt,
Scope scope,
ClientID clientID,
URL redirectURI,
State state,
Nonce nonce,
Display display,
Prompt prompt,
int maxAge,
List<com.nimbusds.langtag.LangTag> uiLocales,
List<com.nimbusds.langtag.LangTag> claimsLocales,
com.nimbusds.jwt.JWT idTokenHint,
String loginHint,
List<ACR> acrValues,
ClaimsRequest claims)
Creates a new OpenID Connect authorisation request without a request
object.
|
OIDCAuthorizationRequest(URL uri,
ResponseType rt,
Scope scope,
ClientID clientID,
URL redirectURI,
State state,
Nonce nonce,
Display display,
Prompt prompt,
int maxAge,
List<com.nimbusds.langtag.LangTag> uiLocales,
List<com.nimbusds.langtag.LangTag> claimsLocales,
com.nimbusds.jwt.JWT idTokenHint,
String loginHint,
List<ACR> acrValues,
ClaimsRequest claims,
com.nimbusds.jwt.JWT requestObject)
Creates a new OpenID Connect authorisation request with a request
object specified by value.
|
OIDCAuthorizationRequest(URL uri,
ResponseType rt,
Scope scope,
ClientID clientID,
URL redirectURI,
State state,
Nonce nonce,
Display display,
Prompt prompt,
int maxAge,
List<com.nimbusds.langtag.LangTag> uiLocales,
List<com.nimbusds.langtag.LangTag> claimsLocales,
com.nimbusds.jwt.JWT idTokenHint,
String loginHint,
List<ACR> acrValues,
ClaimsRequest claims,
URL requestURI)
Creates a new OpenID Connect authorisation request with a request
object specified by URL.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IDTokenClaimsSet.hasRequiredClaims(ResponseType rt)
Checks if this ID token claims set contains all required claims for
the specified OpenID Connect response type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseType> |
OIDCProviderMetadata.getResponseTypes()
Gets the supported response type values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OIDCProviderMetadata.setResponseTypes(List<ResponseType> rts)
Sets the supported response type values.
|
Copyright © 2013 NimbusDS. All Rights Reserved.