Uses of Interface
com.authlete.common.api.AuthleteApi
-
Packages that use AuthleteApi Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of AuthleteApi in com.authlete.common.api
Classes in com.authlete.common.api that implement AuthleteApi Modifier and Type Class Description class
AuthleteApiBasicImpl
class
AuthleteApiImplV3
The implementation ofAuthleteApi
usingHttpURLConnection
.Methods in com.authlete.common.api that return AuthleteApi 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.static AuthleteApi
AuthleteApiFactory. getDefaultApi()
Get the default instance ofAuthleteApi
.
-