Uses of Class
com.nimbusds.openid.connect.sdk.federation.trust.TrustChain
Packages that use TrustChain
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
OpenID Connect Federation 1.0 API classes.
OpenID Connect Federation 1.0 trust chains and resolution.
-
Uses of TrustChain in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TrustChainModifier and TypeMethodDescriptionAuthorizationRequest.getTrustChain()Returns the OpenID Connect Federation 1.0 trust chain.Methods in com.nimbusds.oauth2.sdk with parameters of type TrustChainModifier and TypeMethodDescriptionAuthorizationRequest.Builder.trustChain(TrustChain trustChain) Sets the OpenID Connect Federation 1.0 trust chain.Constructors in com.nimbusds.oauth2.sdk with parameters of type TrustChainModifierConstructorDescriptionAuthorizationRequest(URI endpoint, ResponseType rt, ResponseMode rm, ClientID clientID, URI redirectURI, Scope scope, State state, CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod, List<AuthorizationDetail> authorizationDetails, List<URI> resources, boolean includeGrantedScopes, com.nimbusds.jwt.JWT requestObject, URI requestURI, Prompt prompt, JWKThumbprintConfirmation dpopJKT, TrustChain trustChain, Map<String, List<String>> customParams) Creates a new authorisation request with extension and custom parameters.AuthorizationRequest(URI endpoint, ResponseType rt, ResponseMode rm, ClientID clientID, URI redirectURI, Scope scope, State state, CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod, List<URI> resources, boolean includeGrantedScopes, com.nimbusds.jwt.JWT requestObject, URI requestURI, Prompt prompt, JWKThumbprintConfirmation dpopJKT, TrustChain trustChain, Map<String, List<String>> customParams) Deprecated. -
Uses of TrustChain in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk with parameters of type TrustChainModifier and TypeMethodDescriptionAuthenticationRequest.Builder.trustChain(TrustChain trustChain) Sets the OpenID Connect Federation 1.0 trust chain.Constructors in com.nimbusds.openid.connect.sdk with parameters of type TrustChainModifierConstructorDescriptionAuthenticationRequest(URI endpoint, ResponseType rt, ResponseMode rm, Scope scope, ClientID clientID, URI redirectURI, State state, Nonce nonce, Display display, Prompt prompt, JWKThumbprintConfirmation dpopJKT, TrustChain trustChain, int maxAge, List<com.nimbusds.langtag.LangTag> uiLocales, List<com.nimbusds.langtag.LangTag> claimsLocales, com.nimbusds.jwt.JWT idTokenHint, String loginHint, List<ACR> acrValues, OIDCClaimsRequest claims, String purpose, com.nimbusds.jwt.JWT requestObject, URI requestURI, CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod, List<AuthorizationDetail> authorizationDetails, List<URI> resources, boolean includeGrantedScopes, Map<String, List<String>> customParams) Creates a new OpenID Connect authentication request with extension and custom parameters.AuthenticationRequest(URI endpoint, ResponseType rt, ResponseMode rm, Scope scope, ClientID clientID, URI redirectURI, State state, Nonce nonce, Display display, Prompt prompt, JWKThumbprintConfirmation dpopJKT, TrustChain trustChain, int maxAge, List<com.nimbusds.langtag.LangTag> uiLocales, List<com.nimbusds.langtag.LangTag> claimsLocales, com.nimbusds.jwt.JWT idTokenHint, String loginHint, List<ACR> acrValues, OIDCClaimsRequest claims, String purpose, com.nimbusds.jwt.JWT requestObject, URI requestURI, CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod, List<URI> resources, boolean includeGrantedScopes, Map<String, List<String>> customParams) Deprecated. -
Uses of TrustChain in com.nimbusds.openid.connect.sdk.federation.api
Methods in com.nimbusds.openid.connect.sdk.federation.api that return TrustChainMethods in com.nimbusds.openid.connect.sdk.federation.api with parameters of type TrustChainModifier and TypeMethodDescriptionvoidResolveClaimsSet.setTrustChain(TrustChain trustChain) Sets the trust chain. -
Uses of TrustChain in com.nimbusds.openid.connect.sdk.federation.trust
Methods in com.nimbusds.openid.connect.sdk.federation.trust that return TrustChainModifier and TypeMethodDescriptionTrustChainSet.getShortest()Returns the shortest trust chain in this set.static TrustChainParses a trust chain from the specified JWT list.static TrustChainTrustChain.parseSerialized(List<String> statementJWTs) Parses a trust chain from the specified serialised JWT list.