Uses of Interface
com.authlete.common.conf.AuthleteConfiguration
-
Packages that use AuthleteConfiguration Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).com.authlete.common.conf The definition of Authlete configuration (AuthleteConfiguration) and its implementations. -
-
Uses of AuthleteConfiguration in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type AuthleteConfiguration Modifier and Type Method Description static AuthleteApiAuthleteApiFactory. create(AuthleteConfiguration configuration)Create an instance ofAuthleteApi.static AuthleteApiAuthleteApiFactory. create(AuthleteConfiguration configuration, String className)Create an instance ofAuthleteApifrom the specified class.Constructors in com.authlete.common.api with parameters of type AuthleteConfiguration Constructor Description AuthleteApiBasicImpl(AuthleteConfiguration configuration)AuthleteApiImplV3(AuthleteConfiguration configuration)The constructor with an instance ofAuthleteConfiguration. -
Uses of AuthleteConfiguration in com.authlete.common.conf
Classes in com.authlete.common.conf that implement AuthleteConfiguration Modifier and Type Class Description classAuthleteEnvConfigurationImplementation ofAuthleteConfigurationbased on environment variables.classAuthletePropertiesConfigurationImplementation ofAuthleteConfigurationbased on a properties file.classAuthleteSimpleConfigurationPOJO implementation ofAuthleteConfiguration.
-