Package | Description |
---|---|
org.eclipse.jetty.annotations | |
org.eclipse.jetty.security |
Modifier and Type | Method and Description |
---|---|
protected Constraint |
ServletSecurityAnnotationHandler.makeConstraint(Class servlet,
String[] rolesAllowed,
javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic permitOrDeny,
javax.servlet.annotation.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,
javax.servlet.HttpConstraintElement element) |
static Constraint |
ConstraintSecurityHandler.createConstraint(String name,
String[] rolesAllowed,
javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic permitOrDeny,
javax.servlet.annotation.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-2013 Mort Bay Consulting. All Rights Reserved.