Package | Description |
---|---|
org.opensaml.ws.message |
Objects related to messages received and sent by web services.
|
org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
Modifier and Type | Method and Description |
---|---|
SecurityPolicyResolver |
MessageContext.getSecurityPolicyResolver()
Gets the resolver used to determine active SecurityPolicy.
|
SecurityPolicyResolver |
BaseMessageContext.getSecurityPolicyResolver()
Gets the resolver used to determine active SecurityPolicy.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setSecurityPolicyResolver(SecurityPolicyResolver resolver)
Sets the resolver used to determine active SecurityPolicy.
|
void |
BaseMessageContext.setSecurityPolicyResolver(SecurityPolicyResolver resolver)
Sets the resolver used to determine active SecurityPolicy.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticSecurityPolicyResolver
A simple security policy resolver implementation that returns a static list of policies.
|
Copyright © 2015. All rights reserved.