Package de.xima.fc.entities.interfaces
Interface ILoginLayout
- 
public interface ILoginLayout 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AAuthenticator<?>>getAuthenticators()IntegergetLayoutNumber() 
 - 
 
- 
- 
Method Detail
- 
getLayoutNumber
Integer getLayoutNumber()
- Returns:
 - the number of a layout
 
 
- 
getAuthenticators
List<AAuthenticator<?>> getAuthenticators()
- Returns:
 - a list of authenticators regarding to be used in this particular login layout.
 
 
 - 
 
 -