public interface AppServer
Modifier and Type | Method and Description |
---|---|
byte[] |
authenticate(byte[] loginCertficate) |
byte[] |
getApplicationEve() |
Property |
getApplicationProperties() |
String[] |
getApplications() |
byte[] |
getApplicationZip() |
byte[] |
getDeflatedResource(String resourceName) |
byte[] |
getResource(String resourceName) |
byte[] authenticate(byte[] loginCertficate) throws SecurityException
SecurityException
String[] getApplications()
Property getApplicationProperties()
byte[] getApplicationZip() throws IOException
IOException
byte[] getApplicationEve() throws IOException
IOException
byte[] getDeflatedResource(String resourceName) throws IOException
IOException
byte[] getResource(String resourceName) throws IOException
IOException