public interface SecurityContext<T> extends SecurityAdapter<T>, Serializable
SecurityAdapter which can be stateless or stateful.
SecurityAdapter#isSafe(Input)
& SecurityAdapter#sanitize(Input) methods be synchronizedREGEX_PROP_FILE| Modifier and Type | Method and Description |
|---|---|
List<SecurityAdapter<T>> |
getAdapters()
Get Adapters for this Context
|
void |
setAdapters(List<SecurityAdapter<T>> adapters)
Set the adapters that make up the context
|
sanitize, validatevoid setAdapters(List<SecurityAdapter<T>> adapters)
adapters - List<SecurityAdapter<T>> getAdapters()
Copyright © 2018. All rights reserved.