Uses of Class
io.apiman.manager.api.gateway.GatewayAuthenticationException
-
Packages that use GatewayAuthenticationException Package Description io.apiman.manager.api.gateway io.apiman.manager.api.gateway.rest -
-
Uses of GatewayAuthenticationException in io.apiman.manager.api.gateway
Methods in io.apiman.manager.api.gateway that throw GatewayAuthenticationException Modifier and Type Method Description ApiEndpointIGatewayLink. getApiEndpoint(String organizationId, String apiId, String version)Gets the api endpoint from the gateway.GatewayEndpointIGatewayLink. getGatewayEndpoint()Gets the gateway endpoint from the gatewaySystemStatusIGatewayLink. getStatus()Gets the current status of the gateway.IPolicyProbeResponseIGatewayLink. probe(String orgId, String apiId, String apiVersion, int idx, String apiKey, String rawPayload)voidIGatewayLink. publishApi(Api api)Publishes a newApi.voidIGatewayLink. registerClient(Client client)Registers a newClient.voidIGatewayLink. retireApi(Api api)Retires (removes) aApifrom the registry.voidIGatewayLink. unregisterClient(Client client)Removes anClientfrom the registry. -
Uses of GatewayAuthenticationException in io.apiman.manager.api.gateway.rest
Methods in io.apiman.manager.api.gateway.rest that throw GatewayAuthenticationException Modifier and Type Method Description ApiEndpointGatewayClient. getApiEndpoint(String organizationId, String apiId, String version)ApiEndpointRestGatewayLink. getApiEndpoint(String organizationId, String apiId, String version)GatewayEndpointGatewayClient. getGatewayEndpoint()GatewayEndpointRestGatewayLink. getGatewayEndpoint()SystemStatusGatewayClient. getStatus()SystemStatusRestGatewayLink. getStatus()IPolicyProbeResponseRestGatewayLink. probe(String orgId, String apiId, String apiVersion, int idx)IPolicyProbeResponseRestGatewayLink. probe(String orgId, String apiId, String apiVersion, int idx, String apiKey, String rawPayload)IPolicyProbeResponseGatewayClient. probePolicy(String orgId, String apiId, String apiVersion, int idx)IPolicyProbeResponseGatewayClient. probePolicy(String orgId, String apiId, String apiVersion, int idx, String apiKey, String rawPayload)voidGatewayClient. publish(Api api)voidRestGatewayLink. publishApi(Api api)voidGatewayClient. register(Client client)voidRestGatewayLink. registerClient(Client client)voidGatewayClient. retire(String organizationId, String apiId, String version)voidRestGatewayLink. retireApi(Api api)voidGatewayClient. unregister(String organizationId, String clientId, String version)voidRestGatewayLink. unregisterClient(Client client)
-