Uses of Class
io.apiman.gateway.engine.policies.config.basicauth.JDBCType
-
Packages that use JDBCType Package Description io.apiman.gateway.engine.policies.config.basicauth -
-
Uses of JDBCType in io.apiman.gateway.engine.policies.config.basicauth
Methods in io.apiman.gateway.engine.policies.config.basicauth that return JDBCType Modifier and Type Method Description JDBCTypeJDBCIdentitySource. getType()static JDBCTypeJDBCType. valueOf(String name)Returns the enum constant of this type with the specified name.static JDBCType[]JDBCType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apiman.gateway.engine.policies.config.basicauth with parameters of type JDBCType Modifier and Type Method Description voidJDBCIdentitySource. setType(JDBCType type)
-