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)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
Modifier and Type | Method and Description |
---|---|
Iterable<SecurityPolicy> |
StaticSecurityPolicyResolver.resolve(MessageContext criteria)
Process the specified criteria and return the resulting instances the the product type
which satisfy the criteria.
|
Constructor and Description |
---|
StaticSecurityPolicyResolver(SecurityPolicy policy)
Constructor.
|
Constructor and Description |
---|
StaticSecurityPolicyResolver(List<SecurityPolicy> policies)
Constructor.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.