Uses of Enum
org.eclipse.jetty.security.UserDataConstraint
Packages that use UserDataConstraint
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of UserDataConstraint in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return UserDataConstraintModifier and TypeMethodDescriptionUserDataConstraint.combine
(UserDataConstraint other) static UserDataConstraint
UserDataConstraint.get
(int dataConstraint) RoleInfo.getUserDataConstraint()
static UserDataConstraint
Returns the enum constant of this type with the specified name.static UserDataConstraint[]
UserDataConstraint.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.security with parameters of type UserDataConstraintModifier and TypeMethodDescriptionUserDataConstraint.combine
(UserDataConstraint other) void
RoleInfo.setUserDataConstraint
(UserDataConstraint userDataConstraint)