Uses of Enum
net.sourceforge.jnlp.security.SecurityDialogs.AccessType
Packages that use SecurityDialogs.AccessType
Package
Description
package generally about showing various security prompts
This package contains the classes that implement the standard services
defined by the JNLP specification.
-
Uses of SecurityDialogs.AccessType in net.sourceforge.jnlp.security
Fields in net.sourceforge.jnlp.security declared as SecurityDialogs.AccessTypeMethods in net.sourceforge.jnlp.security that return SecurityDialogs.AccessTypeModifier and TypeMethodDescriptionSecurityDialog.getAccessType()
static SecurityDialogs.AccessType
Returns the enum constant of this type with the specified name.static SecurityDialogs.AccessType[]
SecurityDialogs.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 SecurityDialogs.AccessTypeModifier and TypeMethodDescriptionstatic net.sourceforge.jnlp.security.dialogresults.AccessWarningPaneComplexReturn
SecurityDialogs.showAccessWarningDialog
(SecurityDialogs.AccessType accessType, JNLPFile file, Object[] extras) Shows a warning dialog for different types of system access (i.e.static net.sourceforge.jnlp.security.dialogresults.YesNoSandbox
SecurityDialogs.showCertWarningDialog
(SecurityDialogs.AccessType accessType, JNLPFile file, CertVerifier certVerifier, JNLPClassLoader.SecurityDelegate securityDelegate) Shows a security warning dialog according to the specified type of access. -
Uses of SecurityDialogs.AccessType in net.sourceforge.jnlp.services
Methods in net.sourceforge.jnlp.services with parameters of type SecurityDialogs.AccessTypeModifier and TypeMethodDescriptionstatic boolean
ServiceUtil.checkAccess
(ApplicationInstance app, SecurityDialogs.AccessType type, Object... extras) Returns whether the app requesting a JNLP service has the right permissions.static boolean
ServiceUtil.checkAccess
(SecurityDialogs.AccessType type, Object... extras) Returns whether the app requesting a JNLP service has the right permissions.