Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
AuthHandler |
AuthHandler.addAuthorities(Set<String> authorities)
Add a set of required authorities for this auth handler
|
AuthHandler |
BasicAuthHandler.addAuthorities(Set<String> authorities)
Add a set of required authorities for this auth handler
|
AuthHandler |
DigestAuthHandler.addAuthorities(Set<String> authorities)
Add a set of required authorities for this auth handler
|
AuthHandler |
JWTAuthHandler.addAuthorities(Set<String> authorities)
Add a set of required authorities for this auth handler
|
AuthHandler |
RedirectAuthHandler.addAuthorities(Set<String> authorities)
Add a set of required authorities for this auth handler
|
AuthHandler |
ChainAuthHandler.addAuthorities(Set<String> authorities)
Add a set of required authorities for this auth handler
|
AuthHandler |
OAuth2AuthHandler.addAuthorities(Set<String> authorities)
Add a set of required authorities for this auth handler
|
AuthHandler |
AuthHandler.addAuthority(String authority)
Add a required authority for this auth handler
|
AuthHandler |
BasicAuthHandler.addAuthority(String authority)
Add a required authority for this auth handler
|
AuthHandler |
DigestAuthHandler.addAuthority(String authority)
Add a required authority for this auth handler
|
AuthHandler |
JWTAuthHandler.addAuthority(String authority)
Add a required authority for this auth handler
|
AuthHandler |
RedirectAuthHandler.addAuthority(String authority)
Add a required authority for this auth handler
|
AuthHandler |
ChainAuthHandler.addAuthority(String authority)
Add a required authority for this auth handler
|
AuthHandler |
OAuth2AuthHandler.addAuthority(String authority)
Add a required authority for this auth handler
|
static AuthHandler |
BasicAuthHandler.create(AuthProvider authProvider)
Create a basic auth handler
|
static AuthHandler |
RedirectAuthHandler.create(AuthProvider authProvider)
Create a handler
|
static AuthHandler |
BasicAuthHandler.create(AuthProvider authProvider,
String realm)
Create a basic auth handler, specifying realm
|
static AuthHandler |
RedirectAuthHandler.create(AuthProvider authProvider,
String loginRedirectURL)
Create a handler
|
static AuthHandler |
RedirectAuthHandler.create(AuthProvider authProvider,
String loginRedirectURL,
String returnURLParam)
Create a handler
|
static AuthHandler |
AuthHandler.newInstance(AuthHandler arg) |
Modifier and Type | Method and Description |
---|---|
ChainAuthHandler |
ChainAuthHandler.append(AuthHandler authHandler)
Appends a auth provider to the chain.
|
boolean |
ChainAuthHandler.remove(AuthHandler authHandler)
Removes a provider from the chain.
|
Copyright © 2023 Eclipse. All rights reserved.