Uses of Interface
org.wso2.am.integration.clients.gateway.api.auth.Authentication
-
Packages that use Authentication Package Description org.wso2.am.integration.clients.gateway.api org.wso2.am.integration.clients.gateway.api.auth -
-
Uses of Authentication in org.wso2.am.integration.clients.gateway.api
Methods in org.wso2.am.integration.clients.gateway.api that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(String authName)Get authentication for the given name.Methods in org.wso2.am.integration.clients.gateway.api 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.wso2.am.integration.clients.gateway.api.auth
Classes in org.wso2.am.integration.clients.gateway.api.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassOAuth
-