Uses of Interface
net.troja.eve.esi.auth.Authentication
-
Packages that use Authentication Package Description net.troja.eve.esi net.troja.eve.esi.auth -
-
Uses of Authentication in net.troja.eve.esi
Methods in net.troja.eve.esi that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(String authName)Get authentication for the given name.Methods in net.troja.eve.esi that return types with arguments of type Authentication Modifier and Type Method Description Map<String,Authentication>ApiClient. getAuthentications()Get authentications (key: authentication name, value: authentication). -
Uses of Authentication in net.troja.eve.esi.auth
Classes in net.troja.eve.esi.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassHttpBearerAuthclassOAuthclassRetryingOAuth
-