A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

authenticate(Map<String, Object>, Handler<AsyncResult<User>>) - Method in AuthProvider
Authenticate a user.
AuthProvider - Class in io.vertx.groovy.ext.auth.common
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor in AuthProvider

B

C

clearCache() - Method in User
The User object will cache any authorities that it knows it has to avoid hitting the underlying auth provider each time.

D

E

F

G

getDelegate() - Method in AuthProvider
getDelegate() - Method in User

H

hasPermission(String, Handler<AsyncResult<Boolean>>) - Method in User
Does the user have the specified permission?

I

isAuthorised(String, Handler<AsyncResult<Boolean>>) - Method in User
Is the user authorised to

J

K

L

M

N

O

P

principal() - Method in User
Get the underlying principal for the User.

Q

R

S

setAuthProvider(AuthProvider) - Method in User
Set the auth provider for the User.

T

U

User - Class in io.vertx.groovy.ext.auth
Represents an authenticates User and contains operations to authorise the user.
User(Object) - Constructor in User

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _