Package de.xima.fc.interfaces.auth
Interface IAuthenticationContext
- All Superinterfaces:
Serializable
Common interface providing information about a users authentication.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
-
Method Details
-
getAuthenticationTarget
String getAuthenticationTarget()- Returns:
- the
authentication target key
for which authentication was executed.
-
getAuthenticationClient
- Returns:
- the authentication client that was used for authentication.
-