Interface DiscoverActorsService
public interface DiscoverActorsService
Provide service methods for handling
Actor
s.-
Method Summary
-
Method Details
-
findByPreferredUsername
-
findById
Searches a actor by it's id. where the id is part of the users URL!- Parameters:
id
-- Returns:
- Actor found by the passed id.
-
findByOauth2IssuerUserId
Searches a actor by it's Oauth2IssuerUserId.- Parameters:
issuerUserId
-- Returns:
- Actor found by the passed issuerUserI.
-