Uses of Class
io.apiman.gateway.engine.policies.config.basicauth.StaticIdentitySource
-
Packages that use StaticIdentitySource Package Description io.apiman.gateway.engine.policies.auth io.apiman.gateway.engine.policies.config -
-
Uses of StaticIdentitySource in io.apiman.gateway.engine.policies.auth
Methods in io.apiman.gateway.engine.policies.auth with parameters of type StaticIdentitySource Modifier and Type Method Description voidStaticIdentityValidator. validate(String username, String password, ApiRequest request, IPolicyContext context, StaticIdentitySource config, IAsyncResultHandler<Boolean> handler) -
Uses of StaticIdentitySource in io.apiman.gateway.engine.policies.config
Methods in io.apiman.gateway.engine.policies.config that return StaticIdentitySource Modifier and Type Method Description StaticIdentitySourceBasicAuthenticationConfig. getStaticIdentity()Methods in io.apiman.gateway.engine.policies.config with parameters of type StaticIdentitySource Modifier and Type Method Description voidBasicAuthenticationConfig. setStaticIdentity(StaticIdentitySource staticIdentity)
-