Interface AuthenticationServiceSelectionPlan

    • Method Detail

      • resolveService

        Service resolveService​(Service service)
        Resolve service from authentication request.
        Parameters:
        service - the service
        Returns:
        the service
      • resolveService

        <T extends Service> T resolveService​(Service service,
                                             java.lang.Class<T> clazz)
        Resolve service t.
        Type Parameters:
        T - the type parameter
        Parameters:
        service - the service
        clazz - the clazz
        Returns:
        the t