java.lang.Object | |
↳ | com.samsung.android.knox.net.firewall.DomainFilterReport |
This class encapsulates a Domain Filter Report that will be manipulated by the firewall policies.
A report is represented by the following fields:
The package name of the application which attempted to access a blocked domain name URL.
The URL of the domain which is black listed (blocked) by a domain filter rule (see
DomainFilterRule
).
The time when the attempt to access the blocked URL occurred. It represents the number of seconds between this attempt and the Unix Epoch on January 1st, 1970 at UTC.
API level 19 |
MDM 5.6 |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an instance of Domain filter Report class.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the URL of the blocked domain name.
| |||||||||||
Retrieve the package name of the application which tried to access the blocked domain.
| |||||||||||
Retrieve the time when the attempt of access the blocked URL occurred.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Creates an instance of Domain filter Report class.
packageName | The application's package name which attempted to access the URL. |
---|---|
timeStamp | The time when the URL was blocked, in milliseconds. |
domainUrl | The blocked URL. |
API level 19 |
MDM 5.6 |
Retrieve the URL of the blocked domain name.
API level 19 |
MDM 5.6 |
Retrieve the package name of the application which tried to access the blocked domain.
API level 19 |
MDM 5.6 |
Retrieve the time when the attempt of access the blocked URL occurred.
API level 19 |
MDM 5.6 |