Package de.xima.fc.interfaces.auth
Interface IAuthenticationContext
-
- All Superinterfaces:
Serializable
public interface IAuthenticationContext extends Serializable
Common interface providing information about a users authentication.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull IClientDescriptor
getAuthenticationClient()
String
getAuthenticationTarget()
-
-
-
Method Detail
-
getAuthenticationTarget
String getAuthenticationTarget()
- Returns:
- the
authentication target key
for which authentication was executed.
-
getAuthenticationClient
@NotNull @NotNull IClientDescriptor getAuthenticationClient()
- Returns:
- the authentication client that was used for authentication.
-
-