Package | Description |
---|---|
com.caucho.security | |
com.caucho.server.security |
Modifier and Type | Method and Description |
---|---|
AbstractConstraint |
Deny.getConstraint()
return the constraint
|
AbstractConstraint |
Allow.getConstraint()
return the constraint
|
AbstractConstraint |
Require.getConstraint()
return the constraint
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerConstraint |
class |
IPConstraint
Allow or deny requests based on the ip address of the client.
|
class |
PermitEmptyRolesConstraint |
class |
RoleConstraint |
class |
TransportConstraint |
Modifier and Type | Method and Description |
---|---|
AbstractConstraint |
SecurityConstraint.getConstraint()
return the constraint
|
protected AbstractConstraint[] |
AbstractConstraint.toArray()
converts the sub constraints to an array.
|
protected AbstractConstraint[] |
ContainerConstraint.toArray()
converts the sub constraints to an array.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityConstraint.add(AbstractConstraint constraint)
Sets a custom constraint
|
void |
SecurityConstraint.addConstraint(AbstractConstraint constraint)
Sets a custom constraint
|
void |
ContainerConstraint.addConstraint(AbstractConstraint constraint)
Adds a constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityFilterChain.setConstraints(java.util.ArrayList<AbstractConstraint> constraints) |