Package | Description |
---|---|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
Modifier and Type | Method and Description |
---|---|
UserDataConstraint |
UserDataConstraint.combine(UserDataConstraint other) |
static UserDataConstraint |
UserDataConstraint.get(int dataConstraint) |
UserDataConstraint |
RoleInfo.getUserDataConstraint() |
static UserDataConstraint |
UserDataConstraint.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
UserDataConstraint |
UserDataConstraint.combine(UserDataConstraint other) |
void |
RoleInfo.setUserDataConstraint(UserDataConstraint userDataConstraint) |
Copyright © 1995-2015 Webtide. All Rights Reserved.