Uses of Enum Class
org.forgerock.http.routing.DefaultVersionBehaviour
Packages that use DefaultVersionBehaviour
-
Uses of DefaultVersionBehaviour in org.forgerock.http.routing
Methods in org.forgerock.http.routing that return DefaultVersionBehaviourModifier and TypeMethodDescriptionApiVersionRouterContext.getDefaultVersionBehaviour()
Gets the default version behaviour if the request does not contain a resource API version.ResourceApiVersionBehaviourManager.getDefaultVersionBehaviour()
Gets the default routing behaviour to use when the request does not contain the Accept-API-Version header.static DefaultVersionBehaviour
Returns the enum constant of this class with the specified name.static DefaultVersionBehaviour[]
DefaultVersionBehaviour.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.http.routing with parameters of type DefaultVersionBehaviourModifier and TypeMethodDescriptionvoid
ResourceApiVersionBehaviourManager.setDefaultVersionBehaviour
(DefaultVersionBehaviour behaviour) Sets the default routing behaviour to use when the request does not contain the Accept-API-Version header.Constructors in org.forgerock.http.routing with parameters of type DefaultVersionBehaviourModifierConstructorDescriptionApiVersionRouterContext
(Context parent, DefaultVersionBehaviour defaultVersionBehaviour, boolean warningEnabled) Creates a new resource API version routing context having the provided parent, default versioning behaviour and whether warnings will be issued.