Uses of Class
de.xima.fc.gui.common.model.ScopeSelectionModel
-
Packages that use ScopeSelectionModel Package Description de.xima.fc.gui.common.bean.security de.xima.fc.gui.common.comparator de.xima.fc.gui.common.model -
-
Uses of ScopeSelectionModel in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security that return ScopeSelectionModel Modifier and Type Method Description ScopeSelectionModel
ScopeSelectionBean. getSelectedModel()
Methods in de.xima.fc.gui.common.bean.security that return types with arguments of type ScopeSelectionModel Modifier and Type Method Description Set<ScopeSelectionModel>
ScopeSelectionBean. getScopeSelectionModels()
List<ScopeSelectionModel>
ScopeSelectionBean. getScopeSelectionModelsWithoutNeededAuthentication()
Methods in de.xima.fc.gui.common.bean.security with parameters of type ScopeSelectionModel Modifier and Type Method Description void
ScopeSelectionBean. authenticateWithClient(ScopeSelectionModel model)
void
ScopeSelectionBean. changeScopeAndSaveDefaultClient(ScopeSelectionModel model)
Before view Context may be changed, set clicked model as selectedString
ScopeSelectionBean. getNeededAuthenticationInfoMsg(ScopeSelectionModel model)
String
ScopeSelectionBean. getRedirectUri(ScopeSelectionModel model)
void
ScopeSelectionBean. setSelectedModel(ScopeSelectionModel selectedModel)
-
Uses of ScopeSelectionModel in de.xima.fc.gui.common.comparator
Methods in de.xima.fc.gui.common.comparator with parameters of type ScopeSelectionModel Modifier and Type Method Description int
ScopeSelectionComparator. compare(ScopeSelectionModel c1, ScopeSelectionModel c2)
-
Uses of ScopeSelectionModel in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return ScopeSelectionModel Modifier and Type Method Description static ScopeSelectionModel
ScopeSelectionModel. forClient(Mandant client)
static ScopeSelectionModel
ScopeSelectionModel. forIndirectClientAuthorization(IndirectClientAuthorization authorization)
static ScopeSelectionModel
ScopeSelectionModel. forSystem()
-