public interface ChainAuth extends AuthProvider
Modifier and Type | Method and Description |
---|---|
ChainAuth |
append(AuthProvider other)
Appends a auth provider to the chain.
|
void |
clear()
Clears the chain.
|
static ChainAuth |
create()
Create a Chainable Auth Provider auth provider
|
boolean |
remove(AuthProvider other)
Removes a provider from the chain.
|
authenticate
static ChainAuth create()
ChainAuth append(AuthProvider other)
other
- auth providerboolean remove(AuthProvider other)
other
- provider to removevoid clear()
Copyright © 2023 Eclipse. All rights reserved.