|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityPolicyRule | |
|---|---|
| org.opensaml.ws.security | Provides interfaces that may be used to implement policies that are evaluated against incoming messages. |
| org.opensaml.ws.security.provider | Basic implementations of some security policies. |
| Uses of SecurityPolicyRule in org.opensaml.ws.security |
|---|
| Methods in org.opensaml.ws.security that return types with arguments of type SecurityPolicyRule | |
|---|---|
List<SecurityPolicyRule> |
SecurityPolicy.getPolicyRules()
Gets the rules that are evaluated for this policy. |
| Uses of SecurityPolicyRule in org.opensaml.ws.security.provider |
|---|
| Classes in org.opensaml.ws.security.provider that implement SecurityPolicyRule | |
|---|---|
class |
BaseTrustEngineRule<TokenType>
Base rule which uses a trust engine to evaluate a token extracted from the request or message. |
class |
ClientCertAuthRule
Policy rule that checks if the client cert used to authenticate the request is valid and trusted. |
class |
HTTPRule
A security rule that checks basic HTTP connection properties. |
class |
MandatoryAuthenticatedMessageRule
Security policy rule that requires that a message has been authenticated. |
class |
MandatoryIssuerRule
Security policy rule implementation that which requires that an inbound message context issuer has been set by a previous rule. |
| Fields in org.opensaml.ws.security.provider with type parameters of type SecurityPolicyRule | |
|---|---|
private ArrayList<SecurityPolicyRule> |
BasicSecurityPolicy.rules
Registered security rules. |
| Methods in org.opensaml.ws.security.provider that return types with arguments of type SecurityPolicyRule | |
|---|---|
List<SecurityPolicyRule> |
BasicSecurityPolicy.getPolicyRules()
Gets the rules that are evaluated for this policy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||