Package | Description |
---|---|
org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSecurityPolicy
Basic security policy implementation which evaluates a given set of
SecurityPolicyRule in an ordered manner. |
Modifier and Type | Method and Description |
---|---|
SecurityPolicy |
StaticSecurityPolicyResolver.resolveSingle(MessageContext criteria)
If more than one policy is registered with this resolver this method returns the first policy in the list.
|
Modifier and Type | Method and Description |
---|---|
Iterable<SecurityPolicy> |
StaticSecurityPolicyResolver.resolve(MessageContext criteria) |
Constructor and Description |
---|
StaticSecurityPolicyResolver(SecurityPolicy policy)
Constructor.
|
Constructor and Description |
---|
StaticSecurityPolicyResolver(List<SecurityPolicy> policies)
Constructor.
|
Copyright © 1999-2013. All Rights Reserved.