Interface ServiceProviderConfig._FinalStage
- All Known Implementing Classes:
ServiceProviderConfig.Builder
- Enclosing class:
- ServiceProviderConfig
public static interface ServiceProviderConfig._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllAuthenticationSchemes(List<AuthenticationScheme> authenticationSchemes) addAllSchemas(List<String> schemas) addAuthenticationSchemes(AuthenticationScheme authenticationSchemes) addSchemas(String schemas) authenticationSchemes(List<AuthenticationScheme> authenticationSchemes) build()
-
Method Details
-
build
ServiceProviderConfig build() -
schemas
-
addSchemas
-
addAllSchemas
-
authenticationSchemes
ServiceProviderConfig._FinalStage authenticationSchemes(List<AuthenticationScheme> authenticationSchemes) -
addAuthenticationSchemes
ServiceProviderConfig._FinalStage addAuthenticationSchemes(AuthenticationScheme authenticationSchemes) -
addAllAuthenticationSchemes
ServiceProviderConfig._FinalStage addAllAuthenticationSchemes(List<AuthenticationScheme> authenticationSchemes)
-