| Package | Description | 
|---|---|
| net.sourceforge.jnlp.security | 
{@code
        ITW-thread(s)               | dialogs-thread                                                                                                                                  X
                                    |                                                                                                                                                 X
   presteps in SecurtyDialogs       |                                                                                                                                                 X
      # eg handle trustall/none     |                                                                                                                                                 X
      # eg handle or remeber itself |                                                                                                                                                 X
        actions                     |                                                                                                                                                 X
            |                       |                                                                                                                                                 X
    prepare message                 |                                                                                                                                                 X
               # set JNLPfile       |                                                                                                                                                 X
               # set type of dialog |                                                                                                                                                 X
                   see              |                                                                                                                                                 X
               # extrass... | 
| 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. |