Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
com.nimbusds.openid.connect.sdk.op |
OpenID Connect Provider (OP) classes.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationRequest |
AuthorizationRequest.Builder.build()
Builds a new authorisation request.
|
static AuthorizationRequest |
AuthorizationRequest.parse(HTTPRequest httpRequest)
Parses an authorisation request from the specified HTTP request.
|
static AuthorizationRequest |
AuthorizationRequest.parse(Map<String,String> params)
Parses an authorisation request from the specified parameters.
|
static AuthorizationRequest |
AuthorizationRequest.parse(String query)
Parses an authorisation request from the specified URI query string.
|
static AuthorizationRequest |
AuthorizationRequest.parse(URI uri)
Parses an authorisation request from the specified URI.
|
static AuthorizationRequest |
AuthorizationRequest.parse(URI uri,
Map<String,String> params)
Parses an authorisation request from the specified parameters.
|
static AuthorizationRequest |
AuthorizationRequest.parse(URI uri,
String query)
Parses an authorisation request from the specified URI query string.
|
Constructor and Description |
---|
Builder(AuthorizationRequest request)
Creates a new authorisation request builder from the
specified request.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationRequest
OpenID Connect authentication request.
|
Modifier and Type | Method and Description |
---|---|
void |
ACRRequest.ensureACRSupport(AuthorizationRequest authzRequest,
List<ACR> supportedACRs)
Ensures all requested essential ACR values are supported by those
supported by the OpenID provider.
|
static ACRRequest |
ACRRequest.resolve(AuthorizationRequest authzRequest)
Resolves the requested essential and voluntary ACR values from the
specified OAuth 2.0 authorisation request / OpenID authentication
request.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.