Interface IAuthenticationManager
-
public interface IAuthenticationManager
Dermis IAuthentication Manager registered with theIAuthentication
interface Created by jalagari on 10/28/2016.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationDetails
getAuthDetails(Configuration configuration)
Generate Authentication details based on provided configuration andConfiguration.authenticationType
-
-
-
Method Detail
-
getAuthDetails
AuthenticationDetails getAuthDetails(Configuration configuration) throws AuthenticationException
Generate Authentication details based on provided configuration andConfiguration.authenticationType
- Parameters:
configuration
-- Returns:
AuthenticationDetails
- Throws:
AuthenticationException
-
-