| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
| com.nimbusds.oauth2.sdk.assertions |
Common SAML 2.0 and JWT bearer assertion classes.
|
| com.nimbusds.oauth2.sdk.assertions.jwt |
JWT bearer assertions.
|
| com.nimbusds.oauth2.sdk.assertions.saml2 |
SAML 2.0 bearer assertions.
|
| com.nimbusds.oauth2.sdk.id |
Common OAuth 2.0 identifier and identity classes.
|
| com.nimbusds.openid.connect.sdk.claims |
Claims and claim sets used in OpenID Connect.
|
| com.nimbusds.openid.connect.sdk.id |
Common OpenID Connect identifier and identity classes.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
TokenIntrospectionSuccessResponse.getSubject()
Returns the subject of the token, usually a machine-readable
identifier of the resource owner who authorised the token.
|
| Modifier and Type | Method and Description |
|---|---|
TokenIntrospectionSuccessResponse.Builder |
TokenIntrospectionSuccessResponse.Builder.subject(Subject sub)
Sets the token subject.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
AssertionDetails.getSubject()
Returns the subject.
|
| Constructor and Description |
|---|
AssertionDetails(Issuer issuer,
Subject subject,
java.util.List<Audience> audience,
java.util.Date iat,
java.util.Date exp,
Identifier id)
Creates a new assertion details instance.
|
| Constructor and Description |
|---|
JWTAssertionDetails(Issuer iss,
Subject sub,
Audience aud)
Creates a new JWT bearer assertion details (claims set) instance.
|
JWTAssertionDetails(Issuer iss,
Subject sub,
java.util.List<Audience> aud,
java.util.Date exp,
java.util.Date nbf,
java.util.Date iat,
JWTID jti,
java.util.Map<java.lang.String,java.lang.Object> other)
Creates a new JWT bearer assertion details (claims set) instance.
|
| Constructor and Description |
|---|
SAML2AssertionDetails(Issuer issuer,
Subject subject,
Audience audience)
Creates a new SAML 2.0 bearer assertion details instance.
|
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 |
|---|---|
Subject |
Actor.getSubject()
Returns the subject.
|
| Constructor and Description |
|---|
Actor(Subject subject)
Creates a new actor.
|
Actor(Subject subject,
Issuer issuer,
Actor parent)
Creates a new actor.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
UserInfo.getSubject()
Gets the UserInfo subject.
|
Subject |
IDTokenClaimsSet.getSubject()
Gets the ID token subject.
|
| Constructor and Description |
|---|
IDTokenClaimsSet(Issuer iss,
Subject sub,
java.util.List<Audience> aud,
java.util.Date exp,
java.util.Date iat)
Creates a new minimal ID token claims set.
|
UserInfo(Subject sub)
Creates a new minimal UserInfo claims set.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Subject |
PairwiseSubjectIdentifierGenerator.generate(java.lang.String sectorIdentifier,
Subject localSub)
Generates a new pairwise subject identifier from the specified
sector identifier and local subject.
|
Subject |
HashingSubjectIdentifierGenerator.generate(java.lang.String sectorIdentifier,
Subject localSub) |
Subject |
PairwiseSubjectIdentifierGenerator.generate(java.net.URI sectorURI,
Subject localSub)
Generates a new pairwise subject identifier from the specified
sector identifier URI and local subject.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Subject |
PairwiseSubjectIdentifierGenerator.generate(java.lang.String sectorIdentifier,
Subject localSub)
Generates a new pairwise subject identifier from the specified
sector identifier and local subject.
|
Subject |
HashingSubjectIdentifierGenerator.generate(java.lang.String sectorIdentifier,
Subject localSub) |
Subject |
PairwiseSubjectIdentifierGenerator.generate(java.net.URI sectorURI,
Subject localSub)
Generates a new pairwise subject identifier from the specified
sector identifier URI and local subject.
|
Copyright © 2016 Connect2id Ltd.. All Rights Reserved.