public interface ChainAuthHandler extends AuthenticationHandler
Modifier and Type | Method and Description |
---|---|
ChainAuthHandler |
add(AuthenticationHandler other)
Appends a auth provider to the chain.
|
static ChainAuthHandler |
all()
Create a chain authentication handler that will assert that all handlers pass the verification.
|
static ChainAuthHandler |
any()
Create a chain authentication handler that will assert that any handler passes the verification.
|
static ChainAuthHandler |
create()
Deprecated.
use
any() instead. |
@Deprecated static ChainAuthHandler create()
any()
instead.static ChainAuthHandler all()
static ChainAuthHandler any()
ChainAuthHandler add(AuthenticationHandler other)
other
- auth handlerCopyright © 2021 Eclipse. All rights reserved.