Package io.trino.server.security.oauth2
Class OAuth2ServiceModule
- java.lang.Object
-
- io.airlift.configuration.AbstractConfigurationAwareModule
-
- io.trino.server.security.oauth2.OAuth2ServiceModule
-
- All Implemented Interfaces:
com.google.inject.Module,io.airlift.configuration.ConfigurationAwareModule
public class OAuth2ServiceModule extends io.airlift.configuration.AbstractConfigurationAwareModule
-
-
Constructor Summary
Constructors Constructor Description OAuth2ServiceModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URIcreateJwkAddress(OAuth2Config config)booleanequals(Object obj)inthashCode()protected voidsetup(com.google.inject.Binder binder)
-
-
-
Method Detail
-
setup
protected void setup(com.google.inject.Binder binder)
- Specified by:
setupin classio.airlift.configuration.AbstractConfigurationAwareModule
-
createJwkAddress
@Provides @Singleton public static URI createJwkAddress(OAuth2Config config)
-
-