Interface WebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
WebAppAuthentication.Definition<ParentT>,WebAppAuthentication.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- WebAppAuthentication.DefinitionStages
public static interface WebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>A web app authentication definition allowing token store to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppAuthentication.DefinitionStages.WithAttach<ParentT>withTokenStore(boolean enabled)Specifies if token store should be enabled.
-
-
-
Method Detail
-
withTokenStore
WebAppAuthentication.DefinitionStages.WithAttach<ParentT> withTokenStore(boolean enabled)
Specifies if token store should be enabled.- Parameters:
enabled- true if token store should be enabled- Returns:
- the next stage of the definition
-
-