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
SecurityExceptionString[] getApplications()
Property getApplicationProperties()
byte[] getApplicationZip()
throws IOException
IOExceptionbyte[] getApplicationEve()
throws IOException
IOExceptionbyte[] getDeflatedResource(String resourceName) throws IOException
IOExceptionbyte[] getResource(String resourceName) throws IOException
IOException