Interface IAuthentication
-
public interface IAuthenticationInterface representing Dermis IAuthentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationDetailsgetAuthDetails(Configuration configuration)The details needed for authentication of Service.java.lang.StringgetAuthenticationType()Type of the authentication
-
-
-
Method Detail
-
getAuthenticationType
java.lang.String getAuthenticationType()
Type of the authentication- Returns:
-
getAuthDetails
AuthenticationDetails getAuthDetails(Configuration configuration) throws AuthenticationException
The details needed for authentication of Service.- Parameters:
configuration- The configuration specified.- Returns:
- The authentication details.
- Throws:
AuthenticationException
-
-