Package de.xima.fc.interfaces.auth
Interface IAuthenticationTarget
- 
- All Superinterfaces:
 Serializable
public interface IAuthenticationTarget extends Serializable
Common interface describing the target of an authentication request e.g. FORM, BACKEND.- Since:
 - 7.2.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotEmpty StringgetKey()Map<String,String>getParameters() 
 -