| Package | Description |
|---|---|
| io.apiman.gateway.engine | |
| io.apiman.gateway.engine.auth |
| Modifier and Type | Method and Description |
|---|---|
IServiceConnector |
IConnectorFactory.createConnector(io.apiman.gateway.engine.beans.ServiceRequest request,
io.apiman.gateway.engine.beans.Service service,
RequiredAuthType requiredAuthType)
Creates a connector to a back-end system.
|
| Modifier and Type | Method and Description |
|---|---|
static RequiredAuthType |
RequiredAuthType.fromValue(String value)
From string to enum
|
static RequiredAuthType |
RequiredAuthType.parseType(io.apiman.gateway.engine.beans.Service service)
Parse service endpoint properties to retrieve enum value (if any)
|
static RequiredAuthType |
RequiredAuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequiredAuthType[] |
RequiredAuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.