Package | Description |
---|---|
com.neurosys.cluzo.adapters | |
com.neurosys.cluzo.domain | |
com.neurosys.cluzo.service |
Modifier and Type | Class and Description |
---|---|
class |
CodeSnifferSecurityAdapter
While OWASP Anti-Samy takes care of HTML content etc, this can handle things on the scripting side to analyze script content by nature of code.
|
class |
CookieSanitizerSecurityAdapter
Sanitize Cookies
|
class |
RedundantFileExtSecurityAdapter
Block access to files
|
class |
WhiteBlackExpressionSecurityAdapter
Define Black & White lists based on regular expressions for each.
|
class |
XSSAntiSamySecurityAdapter
A
SecurityAdapter for preventing & sanitizing AntiSamy DOM-XSS. |
class |
XSSESAPIURLSecurityAdapter
Deprecated.
|
class |
XSSPersistSecurityAdapter
Simply sanitize data going into
|
class |
XSSUrlParamSecurityAdapter
Simply sanitize URL params based on regexs and encoded & double-encoded versions of them, looking for any trouble!
|
Modifier and Type | Method and Description |
---|---|
SecurityAdapter<String> |
CodeSnifferSecurityAdapter.getChainElementValidator() |
Modifier and Type | Method and Description |
---|---|
void |
CodeSnifferSecurityAdapter.setChainElementValidator(SecurityAdapter<String> chainElementValidator) |
Modifier and Type | Interface and Description |
---|---|
interface |
SecurityContext<T>
A context for all security operations over T type data.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityAdapter<T>> |
ContextType.getAdapters()
Deprecated.
|
List<SecurityAdapter<T>> |
SecurityContext.getAdapters()
Get Adapters for this Context
|
Modifier and Type | Method and Description |
---|---|
void |
ContextType.setAdapters(List<SecurityAdapter<T>> adapters)
Deprecated.
|
void |
SecurityContext.setAdapters(List<SecurityAdapter<T>> adapters)
Set the adapters that make up the context
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSecurityContext<T>
Default implementation of a
SecurityContext |
Modifier and Type | Method and Description |
---|---|
List<SecurityAdapter<T>> |
DefaultSecurityContext.getAdapters() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSecurityContext.setAdapters(List<SecurityAdapter<T>> adapters) |
Constructor and Description |
---|
DefaultSecurityContext(List<SecurityAdapter<T>> adapters) |
Copyright © 2018. All rights reserved.