Interface IAuthentication
-
public interface IAuthentication
Interface representing Dermis IAuthentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationDetails
getAuthDetails(Configuration configuration)
The details needed for authentication of Service.java.lang.String
getAuthenticationType()
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
-
-