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 ScopeSelectionModelScopeSelectionBean. 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 voidScopeSelectionBean. authenticateWithClient(ScopeSelectionModel model)voidScopeSelectionBean. changeScopeAndSaveDefaultClient(ScopeSelectionModel model)Before view Context may be changed, set clicked model as selectedStringScopeSelectionBean. getNeededAuthenticationInfoMsg(ScopeSelectionModel model)StringScopeSelectionBean. getRedirectUri(ScopeSelectionModel model)voidScopeSelectionBean. 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 intScopeSelectionComparator. 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 ScopeSelectionModelScopeSelectionModel. forClient(Mandant client)static ScopeSelectionModelScopeSelectionModel. forIndirectClientAuthorization(IndirectClientAuthorization authorization)static ScopeSelectionModelScopeSelectionModel. forSystem() 
 -