|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RequestType
- type of incoming protocol requestpublic interface SecurityPolicyFactory<RequestType extends javax.servlet.ServletRequest>
A factory of security policy instances.
Method Summary | |
---|---|
SecurityPolicy<RequestType> |
createPolicyInstance()
Creates an instance of a policy. |
java.util.List<SecurityPolicyRuleFactory<RequestType>> |
getPolicyRuleFactories()
Gets the list of security policy rule factories used to create the rules within a security policy. |
Method Detail |
---|
java.util.List<SecurityPolicyRuleFactory<RequestType>> getPolicyRuleFactories()
SecurityPolicy<RequestType> createPolicyInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |