Interface IBaseLoginConfig
- 
- All Superinterfaces:
 Serializable
- All Known Subinterfaces:
 IBaseLoginPageConfig
public interface IBaseLoginConfig extends Serializable
DTO interface for login configurations.- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IClientDescriptor>getClients() 
 - 
 
- 
- 
Method Detail
- 
getClients
List<IClientDescriptor> getClients()
- Returns:
 - an ordered list of configured all clients
 
 
 - 
 
 -