Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityPolicyRule> |
SecurityPolicy.getPolicyRules()
Gets the rules that are evaluated for this policy.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityPolicyRule> |
BasicSecurityPolicy.getPolicyRules()
Gets the rules that are evaluated for this policy.
|
Copyright © 1999-2013. All Rights Reserved.