public interface ChainAuth extends AuthenticationProvider
| Modifier and Type | Method and Description | 
|---|---|
| ChainAuth | add(AuthenticationProvider other)Appends a auth provider to the chain. | 
| static ChainAuth | all()Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful. | 
| static ChainAuth | any()Create a Chainable Auth Provider auth provider that will resolve on the first success. | 
| static ChainAuth | create()Deprecated.  | 
authenticate, authenticate, authenticate, authenticate@Deprecated static ChainAuth create()
static ChainAuth all()
static ChainAuth any()
ChainAuth add(AuthenticationProvider other)
other - auth providerCopyright © 2024 Eclipse. All rights reserved.