JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
de.xima.fc.interfaces.auth
IAuthenticationTarget
Contents
Description
Method Summary
Method Details
getKey()
getParameters()
Hide sidebar
Show sidebar
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
String
getKey
()
Map
<
String
,
String
>
getParameters
()
Method Details
getKey
@NotEmpty
@NotEmpty
String
getKey
()
Returns:
the unique key that identifies this authentication target.
getParameters
Map
<
String
,
String
>
getParameters
()
Returns:
optional parameters of this authentication target, e.g. tokens.