Class ImmutableSessionAttributesFilter
java.lang.Object
org.wildfly.clustering.web.cache.session.attributes.coarse.ImmutableSessionAttributesFilter
- All Implemented Interfaces:
SessionAttributesFilter
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetAttributes(Class<T> targetClass) Returns the attributes who values implement the specified type.
-
Constructor Details
-
ImmutableSessionAttributesFilter
-
ImmutableSessionAttributesFilter
-
-
Method Details
-
getAttributes
Description copied from interface:SessionAttributesFilterReturns the attributes who values implement the specified type.- Specified by:
getAttributesin interfaceSessionAttributesFilter- Type Parameters:
T- the target instanceof type- Parameters:
targetClass- a target class/interface.- Returns:
- a map of session attribute names and values that are instances of the specified type.
-