Package | Description |
---|---|
net.sourceforge.jnlp.security |
Modifier and Type | Method and Description |
---|---|
static SecurityDialogs.AppletAction |
SecurityDialogs.AppletAction.fromInteger(int i) |
static SecurityDialogs.AppletAction |
SecurityDialogs.getIntegerResponseAsAppletAction(java.lang.Object ref) |
static SecurityDialogs.AppletAction |
SecurityDialogs.showCertWarningDialog(SecurityDialogs.AccessType accessType,
JNLPFile file,
CertVerifier certVerifier,
JNLPClassLoader.SecurityDelegate securityDelegate)
Shows a security warning dialog according to the specified type of
access.
|
static SecurityDialogs.AppletAction |
SecurityDialogs.AppletAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecurityDialogs.AppletAction[] |
SecurityDialogs.AppletAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|