Interface IServiceCreator<SERVICE extends AbstractOAuthService>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IServiceCreator<SERVICE extends AbstractOAuthService>
Interface used to create the actual instance of the authentication service.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the service with the parameters.
  • Method Details