Interface AuthenticationService
- All Known Implementing Classes:
HttpAuthenticationService, YggdrasilAuthenticationService
public interface AuthenticationService
-
Method Summary
Modifier and TypeMethodDescriptionCreates a relevantMinecraftSessionServicedesigned for this authentication service.Creates a relevantGameProfileRepositorydesigned for this authentication service.
-
Method Details
-
createMinecraftSessionService
MinecraftSessionService createMinecraftSessionService()Creates a relevantMinecraftSessionServicedesigned for this authentication service. This is a Minecraft specific service and is not relevant to any other game agent.- Returns:
- New minecraft session service
-
createProfileRepository
GameProfileRepository createProfileRepository()Creates a relevantGameProfileRepositorydesigned for this authentication service.- Returns:
- New profile repository
-