Uses of Class
io.apiman.gateway.engine.vertx.polling.fetchers.auth.AuthType
-
Packages that use AuthType Package Description io.apiman.gateway.engine.vertx.polling.fetchers.auth -
-
Uses of AuthType in io.apiman.gateway.engine.vertx.polling.fetchers.auth
Methods in io.apiman.gateway.engine.vertx.polling.fetchers.auth that return AuthType Modifier and Type Method Description static AuthTypeAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthType[]AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-