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 AuthleteApi
AuthleteApiFactory. create(AuthleteConfiguration configuration)
Create an instance ofAuthleteApi
.static AuthleteApi
AuthleteApiFactory. create(AuthleteConfiguration configuration, String className)
Create an instance ofAuthleteApi
from the specified class. -
Uses of AuthleteConfiguration in com.authlete.common.conf
Classes in com.authlete.common.conf that implement AuthleteConfiguration Modifier and Type Class Description class
AuthleteEnvConfiguration
Implementation ofAuthleteConfiguration
based on environment variables.class
AuthletePropertiesConfiguration
Implementation ofAuthleteConfiguration
based on a properties file.class
AuthleteSimpleConfiguration
POJO implementation ofAuthleteConfiguration
.
-