be.fedict.eid.applet.service.spi
Class InsecureClientEnvironmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
be.fedict.eid.applet.service.spi.InsecureClientEnvironmentException
- All Implemented Interfaces:
- Serializable
public class InsecureClientEnvironmentException
- extends Exception
Insecure Client Environment Exception.
- Author:
- Frank Cornelis
- See Also:
- Serialized Form
Method Summary |
boolean |
isWarnOnly()
If set the eID Applet will only give a warning on case the server-side
marks the client environment as being insecure. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InsecureClientEnvironmentException
public InsecureClientEnvironmentException()
- Default constructor.
InsecureClientEnvironmentException
public InsecureClientEnvironmentException(boolean warnOnly)
- Main constructor.
- Parameters:
warnOnly
- only makes that the citizen is warned about a possible
insecure enviroment.
isWarnOnly
public boolean isWarnOnly()
- If set the eID Applet will only give a warning on case the server-side
marks the client environment as being insecure. Else the eID Applet will
abort the requested eID operation.
- Returns:
true
if the applet should only give a warning,
false
otherwise.
Copyright © 2008-2011 FedICT. All Rights Reserved.