Uses of Class
net.shibboleth.idp.plugin.oidc.op.token.support.RegistrationClaimsSet.Builder
Packages that use RegistrationClaimsSet.Builder
Package
Description
Classes implementing administrative functionality.
Support classes for dealing with claims sets in authorization code, access/refresh tokens.
-
Uses of RegistrationClaimsSet.Builder in net.shibboleth.idp.plugin.oidc.op.admin.impl
Methods in net.shibboleth.idp.plugin.oidc.op.admin.impl with parameters of type RegistrationClaimsSet.BuilderModifier and TypeMethodDescriptionprivate voidIssueRegistrationAccessToken.addAuthenticationClaims(ProfileRequestContext profileRequestContext, RegistrationClaimsSet.Builder builder) Decorate the token with authentication-related claims. -
Uses of RegistrationClaimsSet.Builder in net.shibboleth.idp.plugin.oidc.op.token.support
Methods in net.shibboleth.idp.plugin.oidc.op.token.support that return RegistrationClaimsSet.BuilderModifier and TypeMethodDescriptionSet the authentication context class reference value of the performed authentication.RegistrationClaimsSet.Builder.withAuthTime(Instant time) Set the authentication time of the performed authentication.RegistrationClaimsSet.Builder.withClientId(String id) Set the client identifier.RegistrationClaimsSet.Builder.withExpiration(Instant exp) Set the expiration time of the token.RegistrationClaimsSet.Builder.withIssuedAt(Instant iat) Set the issuance time of the token.RegistrationClaimsSet.Builder.withIssuer(String iss) Sets the issuer of the token.RegistrationClaimsSet.Builder.withMetadata(Map<String, MetadataPolicy> data) Set the allowed metadata values to be issued with the token.RegistrationClaimsSet.Builder.withPrincipal(String prncpl) Set the principal who issued the token.RegistrationClaimsSet.Builder.withRelyingPartyId(String id) Set the relying party identifier.RegistrationClaimsSet.Builder.withReplacement(Boolean flag) Set the flag to signal replacement use of the token.Sets the type of the token.