Uses of Class
org.forgerock.openig.filter.CookieFilter.Action
-
Packages that use CookieFilter.Action Package Description org.forgerock.openig.filter Filters the requests and/or responses of HTTP. -
-
Uses of CookieFilter.Action in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter that return CookieFilter.Action Modifier and Type Method Description static CookieFilter.Action
CookieFilter.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static CookieFilter.Action[]
CookieFilter.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.openig.filter with parameters of type CookieFilter.Action Modifier and Type Method Description void
CookieFilter. setDefaultAction(CookieFilter.Action defaultAction)
Set the action to perform for cookies that do not match an action set.
-