public interface TrustService
Modifier and Type | Method and Description |
---|---|
boolean |
isResident(ej.wadapps.admin.Application application)
Returns
true if the given application is a resident application,
false otherwise. |
boolean |
isSystemApp(ej.wadapps.admin.Application application)
Returns
true if the given application is a system application,
false otherwise. |
boolean |
isTrusted(ej.wadapps.admin.Application application)
Returns
true if the given application is a trusted application,
false otherwise. |
boolean isSystemApp(ej.wadapps.admin.Application application)
true
if the given application is a system application,
false
otherwise.application
- the application to test.true
if the given application is a system application,
false
otherwise.boolean isTrusted(ej.wadapps.admin.Application application)
true
if the given application is a trusted application,
false
otherwise.application
- the application to test.true
if the given application is a trusted application,
false
otherwise.boolean isResident(ej.wadapps.admin.Application application)
true
if the given application is a resident application,
false
otherwise.application
- the application to test.true
if the given application is a resident application,
false
otherwise.