Interface | Description |
---|---|
Data<T> |
This is what is scanned for malicious intent.
|
SecurityAdapter<T> |
Handles a Security Check or Sanitization process.
|
SecurityContext<T> |
A context for all security operations over T type data.
|
Class | Description |
---|---|
ContextType<T> | Deprecated
While some use cases make sense, the actual construction and usage of the API happens using
SecurityContext directly,
so the use or need for this may go down in the future. |
StringData |
Exception | Description |
---|---|
SecurityException |
Exceptions that violate Sanitization/Security policies / algorithms.
|
SeriousSecurityException |
A more specific classification of
SecurityException
The classification may help drive logic that may want to counter act on Security issues or report them Vs Exceptions that one would prefer to ignore as long as they are kept out. |
Copyright © 2018. All rights reserved.