Uses of Enum Class
org.eclipse.jetty.ee8.security.UserDataConstraint
Packages that use UserDataConstraint
Package
Description
Jetty Security : Modular Support for Security in Jetty
- 
Uses of UserDataConstraint in org.eclipse.jetty.ee8.securitySubclasses with type arguments of type UserDataConstraint in org.eclipse.jetty.ee8.securityMethods in org.eclipse.jetty.ee8.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.ee8.security with parameters of type UserDataConstraintModifier and TypeMethodDescriptionUserDataConstraint.combine(UserDataConstraint other) voidRoleInfo.setUserDataConstraint(UserDataConstraint userDataConstraint)