Uses of Enum Class
org.eclipse.jetty.security.Constraint.Transport
Packages that use Constraint.Transport
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of Constraint.Transport in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return Constraint.TransportModifier and TypeMethodDescriptionConstraint.Builder.getTransport()
Constraint.getTransport()
static Constraint.Transport
Returns the enum constant of this class with the specified name.static Constraint.Transport[]
Constraint.Transport.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.security with parameters of type Constraint.TransportModifier and TypeMethodDescriptionstatic Constraint
Constraint.from
(String name, Constraint.Transport transport) static Constraint
Constraint.from
(String name, Constraint.Transport transport, Constraint.Authorization authorization, Set<String> roles) static Constraint
Constraint.from
(Constraint.Transport transport, Constraint.Authorization authorization, Set<String> roles) Constraint.Builder.transport
(Constraint.Transport transport)