- cachePermission(String) - Method in class io.vertx.ext.auth.AbstractUser
-
Deprecated.
- ChainAuth - Interface in io.vertx.ext.auth
-
Chain several auth providers as if they were one.
- clear() - Method in interface io.vertx.ext.auth.ChainAuth
-
Clears the chain.
- clearCache() - Method in class io.vertx.ext.auth.AbstractUser
-
Deprecated.
- clearCache() - Method in interface io.vertx.ext.auth.User
-
Deprecated.
- clone() - Method in interface io.vertx.ext.auth.AuthOptions
-
Deprecated.
- close() - Method in class io.vertx.ext.auth.PRNG
-
- create() - Static method in interface io.vertx.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider
- createProvider(Vertx) - Method in interface io.vertx.ext.auth.AuthOptions
-
Deprecated.
Create the suitable provider for this option.
- current() - Static method in interface io.vertx.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x context.
- current(Context) - Static method in interface io.vertx.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the provided vert.x context.
- current(Vertx) - Static method in interface io.vertx.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x instance.