Uses of Interface
sh.ory.hydra.auth.Authentication
-
Packages that use Authentication Package Description sh.ory.hydra sh.ory.hydra.auth -
-
Uses of Authentication in sh.ory.hydra
Methods in sh.ory.hydra that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(String authName)Get authentication for the given name.Methods in sh.ory.hydra 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 sh.ory.hydra.auth
Classes in sh.ory.hydra.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassHttpBearerAuthclassOAuthclassRetryingOAuth
-