|
IcedTea-Web NetX |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityWarning.AccessType | |
---|---|
net.sourceforge.jnlp.security | |
net.sourceforge.jnlp.services | This package contains the classes that implement the standard services defined by the JNLP specification. |
Uses of SecurityWarning.AccessType in net.sourceforge.jnlp.security |
---|
Methods in net.sourceforge.jnlp.security that return SecurityWarning.AccessType | |
---|---|
SecurityWarning.AccessType |
SecurityWarningDialog.getAccessType()
|
static SecurityWarning.AccessType |
SecurityWarning.AccessType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SecurityWarning.AccessType[] |
SecurityWarning.AccessType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sourceforge.jnlp.security with parameters of type SecurityWarning.AccessType | |
---|---|
static boolean |
SecurityWarning.showAccessWarningDialog(SecurityWarning.AccessType accessType,
JNLPFile file)
Shows a warning dialog for different types of system access (i.e. |
static boolean |
SecurityWarning.showAccessWarningDialog(SecurityWarning.AccessType accessType,
JNLPFile file,
java.lang.Object[] extras)
Shows a warning dialog for different types of system access (i.e. |
static boolean |
SecurityWarning.showCertWarningDialog(SecurityWarning.AccessType accessType,
JNLPFile file,
CertVerifier jarSigner)
Shows a security warning dialog according to the specified type of access. |
Uses of SecurityWarning.AccessType in net.sourceforge.jnlp.services |
---|
Methods in net.sourceforge.jnlp.services with parameters of type SecurityWarning.AccessType | |
---|---|
static boolean |
ServiceUtil.checkAccess(net.sourceforge.jnlp.runtime.ApplicationInstance app,
SecurityWarning.AccessType type,
java.lang.Object... extras)
Returns whether the app requesting a JNLP service has the right permissions. |
static boolean |
ServiceUtil.checkAccess(SecurityWarning.AccessType type,
java.lang.Object... extras)
Returns whether the app requesting a JNLP service has the right permissions. |
|
IcedTea-Web NetX |
|||||||||
PREV NEXT | FRAMES NO FRAMES |