Uses of Interface
io.apiman.gateway.engine.policies.auth.IIdentityValidator
-
Packages that use IIdentityValidator Package Description io.apiman.gateway.engine.policies.auth -
-
Uses of IIdentityValidator in io.apiman.gateway.engine.policies.auth
Classes in io.apiman.gateway.engine.policies.auth that implement IIdentityValidator Modifier and Type Class Description classJDBCIdentityValidatorAn identity validator that uses the static information in the config to validate the user.classLDAPIdentityValidatorAn identity validator that uses the static information in the config to validate the user viaILdapComponent.classStaticIdentityValidatorAn identity validator that uses the static information in the config to validate the user.
-