public class OfficialAppFinderService extends java.lang.Object implements AppFinderService
AppFinderService.EmptyAppFinderService
Modifier and Type | Field and Description |
---|---|
private OfficialAppService |
service |
Constructor and Description |
---|
OfficialAppFinderService(OfficialAppService service) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<App> |
find(OAuth2ClientEntity client) |
private final OfficialAppService service
@Inject public OfficialAppFinderService(OfficialAppService service)
public java.util.Optional<App> find(OAuth2ClientEntity client)
find
in interface AppFinderService