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...
|
net.sourceforge.jnlp.services |
This package contains the classes that implement the standard services
defined by the JNLP specification.
|
Modifier and Type | Method and Description |
---|---|
SecurityDialogs.AccessType |
SecurityDialog.getAccessType() |
static SecurityDialogs.AccessType |
SecurityDialogs.AccessType.valueOf(java.lang.String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
SecurityDialogs.showAccessWarningDialog(SecurityDialogs.AccessType accessType,
JNLPFile file,
java.lang.Object[] extras)
unlike showAccessWarningDialogB this is returning raw int code
|
static boolean |
SecurityDialogs.showAccessWarningDialogB(SecurityDialogs.AccessType accessType,
JNLPFile file)
Shows a warning dialog for different types of system access (i.e.
|
static boolean |
SecurityDialogs.showAccessWarningDialogB(SecurityDialogs.AccessType accessType,
JNLPFile file,
java.lang.Object[] extras) |
static net.sourceforge.jnlp.security.dialogs.AccessWarningPaneComplexReturn |
SecurityDialogs.showAccessWarningDialogComplexReturn(SecurityDialogs.AccessType accessType,
JNLPFile file) |
static int |
SecurityDialogs.showAccessWarningDialogI(SecurityDialogs.AccessType accessType,
JNLPFile file)
unlike showAccessWarningDialogB this is returning raw int code
|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ServiceUtil.checkAccess(ApplicationInstance app,
SecurityDialogs.AccessType type,
java.lang.Object... extras)
Returns whether the app requesting a JNLP service has the right permissions.
|
static boolean |
ServiceUtil.checkAccess(SecurityDialogs.AccessType type,
java.lang.Object... extras)
Returns whether the app requesting a JNLP service has the right permissions.
|