Package io.jans.configapi.service.auth
Class AgamaRepoService
- java.lang.Object
-
- io.jans.configapi.service.auth.AgamaRepoService
-
@ApplicationScoped public class AgamaRepoService extends Object
-
-
Constructor Summary
Constructors Constructor Description AgamaRepoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getAgamaProject(String downloadLink)
com.fasterxml.jackson.databind.JsonNode
getAllAgamaRepositories()
-
-
-
Method Detail
-
getAllAgamaRepositories
public com.fasterxml.jackson.databind.JsonNode getAllAgamaRepositories()
-
getAgamaProject
public byte[] getAgamaProject(String downloadLink) throws IOException
- Throws:
IOException
-
-