| 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. |
| Modifier and Type | Method and Description |
|---|---|
static AuthleteApi |
AuthleteApiFactory.create(AuthleteConfiguration configuration)
Create an instance of
AuthleteApi. |
static AuthleteApi |
AuthleteApiFactory.create(AuthleteConfiguration configuration,
String className)
Create an instance of
AuthleteApi from the specified class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthleteEnvConfiguration
Implementation of
AuthleteConfiguration based on
environment variables. |
class |
AuthletePropertiesConfiguration
Implementation of
AuthleteConfiguration based on
a properties file. |
class |
AuthleteSimpleConfiguration
POJO implementation of
AuthleteConfiguration. |
Copyright © 2019. All rights reserved.