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 classAuthleteApiBasicImplclassAuthleteApiImplV3The implementation ofAuthleteApiusingHttpURLConnection.Methods in com.authlete.common.api that return AuthleteApi 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.static AuthleteApiAuthleteApiFactory. getDefaultApi()Get the default instance ofAuthleteApi.
-