Uses of Enum Class
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
Fields in org.eclipse.jetty.security declared as UserDataConstraintMethods in org.eclipse.jetty.security that return UserDataConstraintModifier and TypeMethodDescriptionUserDataConstraint.combine(UserDataConstraint other) static UserDataConstraintUserDataConstraint.get(int dataConstraint) RoleInfo.getUserDataConstraint()static UserDataConstraintReturns the enum constant of this class with the specified name.static UserDataConstraint[]UserDataConstraint.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 UserDataConstraintModifier and TypeMethodDescriptionUserDataConstraint.combine(UserDataConstraint other) voidRoleInfo.setUserDataConstraint(UserDataConstraint userDataConstraint)