Uses of Interface
io.trino.server.security.oauth2.TokenPairSerializer
Packages that use TokenPairSerializer
-
Uses of TokenPairSerializer in io.trino.server.security.oauth2
Classes in io.trino.server.security.oauth2 that implement TokenPairSerializerFields in io.trino.server.security.oauth2 declared as TokenPairSerializerModifier and TypeFieldDescriptionstatic final TokenPairSerializerTokenPairSerializer.ACCESS_TOKEN_ONLY_SERIALIZERMethods in io.trino.server.security.oauth2 that return TokenPairSerializerModifier and TypeMethodDescriptionJweTokenSerializerModule.getTokenPairSerializer(OAuth2Client client, NodeVersion nodeVersion, RefreshTokensConfig config, OAuth2Config oAuth2Config) Methods in io.trino.server.security.oauth2 with parameters of type TokenPairSerializerModifier and TypeMethodDescriptionOAuth2ServiceModule.getTokenRefresher(TokenPairSerializer tokenAssembler, OAuth2TokenHandler tokenHandler, OAuth2Client oAuth2Client) Constructors in io.trino.server.security.oauth2 with parameters of type TokenPairSerializerModifierConstructorDescriptionOAuth2Authenticator(OAuth2Client client, OAuth2Config config, TokenRefresher tokenRefresher, TokenPairSerializer tokenPairSerializer) OAuth2Service(OAuth2Client client, OAuth2Config oauth2Config, OAuth2TokenHandler tokenHandler, TokenPairSerializer tokenPairSerializer, Optional<Duration> tokenExpiration, Optional<OAuth2WebUiInstalled> webUiOAuthEnabled) TokenRefresher(TokenPairSerializer tokenAssembler, OAuth2TokenHandler tokenHandler, OAuth2Client client) -
Uses of TokenPairSerializer in io.trino.server.ui
Constructors in io.trino.server.ui with parameters of type TokenPairSerializerModifierConstructorDescriptionOAuth2WebUiAuthenticationFilter(OAuth2Service service, OAuth2Client client, TokenPairSerializer tokenPairSerializer, Optional<Duration> tokenExpiration, OAuth2Config oauth2Config)