|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityPolicy | |
---|---|
org.opensaml.ws.security.provider | Basic implementations of some security policies. |
Uses of SecurityPolicy in org.opensaml.ws.security.provider |
---|
Classes in org.opensaml.ws.security.provider that implement SecurityPolicy | |
---|---|
class |
BasicSecurityPolicy
Basic security policy implementation which evaluates a given set of SecurityPolicyRule in an ordered manner. |
Methods in org.opensaml.ws.security.provider that return SecurityPolicy | |
---|---|
SecurityPolicy |
StaticSecurityPolicyResolver.resolveSingle(MessageContext criteria)
If more than one policy is registered with this resolver this method returns the first policy in the list. |
Methods in org.opensaml.ws.security.provider that return types with arguments of type SecurityPolicy | |
---|---|
Iterable<SecurityPolicy> |
StaticSecurityPolicyResolver.resolve(MessageContext criteria)
|
Constructors in org.opensaml.ws.security.provider with parameters of type SecurityPolicy | |
---|---|
StaticSecurityPolicyResolver(SecurityPolicy policy)
Constructor. |
Constructor parameters in org.opensaml.ws.security.provider with type arguments of type SecurityPolicy | |
---|---|
StaticSecurityPolicyResolver(List<SecurityPolicy> policies)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |