RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withAcr(String acr) |
Set the authentication context class reference value of the performed authentication.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withAuthTime(Instant time) |
Set the authentication time of the performed authentication.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withClientId(String id) |
Set the client identifier.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withExpiration(Instant exp) |
Set the expiration time of the token.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withIssuedAt(Instant iat) |
Set the issuance time of the token.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withIssuer(String iss) |
Sets the issuer of the token.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withMetadata(Map<String,net.shibboleth.oidc.metadata.policy.MetadataPolicy> data) |
Set the allowed metadata values to be issued with the token.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withPrincipal(String prncpl) |
Set the principal who issued the token.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withRelyingPartyId(String id) |
Set the relying party identifier.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withReplacement(Boolean flag) |
Set the flag to signal replacement use of the token.
|
RegistrationClaimsSet.Builder |
RegistrationClaimsSet.Builder.withType(String type) |
Sets the type of the token.
|