Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
Modifier and Type | Method and Description |
---|---|
protected Constraint |
ServletSecurityAnnotationHandler.makeConstraint(Class servlet,
String[] rolesAllowed,
ServletSecurity.EmptyRoleSemantic permitOrDeny,
ServletSecurity.TransportGuarantee transport)
Make a jetty Constraint object, which represents the
|
Modifier and Type | Method and Description |
---|---|
static Constraint |
ConstraintSecurityHandler.createConstraint() |
static Constraint |
ConstraintSecurityHandler.createConstraint(Constraint constraint) |
static Constraint |
ConstraintSecurityHandler.createConstraint(String name,
boolean authenticate,
String[] roles,
int dataConstraint)
Create a security constraint
|
static Constraint |
ConstraintSecurityHandler.createConstraint(String name,
HttpConstraintElement element) |
static Constraint |
ConstraintSecurityHandler.createConstraint(String name,
String[] rolesAllowed,
ServletSecurity.EmptyRoleSemantic permitOrDeny,
ServletSecurity.TransportGuarantee transport) |
Constraint |
ConstraintMapping.getConstraint() |
Modifier and Type | Method and Description |
---|---|
static Constraint |
ConstraintSecurityHandler.createConstraint(Constraint constraint) |
void |
ConstraintMapping.setConstraint(Constraint constraint) |
Copyright © 1995-2015 Webtide. All Rights Reserved.