Uses of Interface
org.gluu.casa.client.config.auth.Authentication
-
Packages that use Authentication Package Description org.gluu.casa.client.config org.gluu.casa.client.config.auth -
-
Uses of Authentication in org.gluu.casa.client.config
Fields in org.gluu.casa.client.config with type parameters of type Authentication Modifier and Type Field Description protected Map<String,Authentication>ApiClient. authenticationsMethods in org.gluu.casa.client.config that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(String authName)Get authentication for the given name.Methods in org.gluu.casa.client.config 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 org.gluu.casa.client.config.auth
Classes in org.gluu.casa.client.config.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassOAuth
-