| 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.op |
OpenID Connect Provider (OP) classes.
|
| com.nimbusds.openid.connect.sdk.rp |
OpenID Connect Relying Party (RP) classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SubjectType |
SubjectType.parse(String s) |
Parses a subject identifier type.
|
static SubjectType |
SubjectType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SubjectType[] |
SubjectType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<SubjectType> |
OIDCProviderMetadata.getSubjectTypes() |
Gets the supported subject types.
|
| Constructor | Description |
|---|---|
OIDCProviderMetadata(Issuer issuer,
List<SubjectType> subjectTypes,
URI jwkSetURI) |
Creates a new OpenID Connect provider metadata instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
SubjectType |
OIDCClientMetadata.getSubjectType() |
Gets the subject identifier type for responses to this client.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OIDCClientMetadata.setSubjectType(SubjectType subjectType) |
Sets the subject identifier type for responses to this client.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.