public class RelyingPartySecurityPolicyResolver extends Object implements SecurityPolicyResolver
コンストラクタと説明 |
---|
RelyingPartySecurityPolicyResolver(RelyingPartyConfigurationManager configManager)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Iterable<SecurityPolicy> |
resolve(MessageContext messageContext)
Process the specified criteria and return the resulting instances the the product type
which satisfy the criteria.
|
SecurityPolicy |
resolveSingle(MessageContext messageContext)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
public RelyingPartySecurityPolicyResolver(RelyingPartyConfigurationManager configManager)
configManager
- configuration manager used to resolve relying party specific configuration information, may
not be nullpublic Iterable<SecurityPolicy> resolve(MessageContext messageContext) throws SecurityException
resolve
インタフェース内 Resolver<SecurityPolicy,MessageContext>
messageContext
- the criteria to evaluate or processSecurityException
- thrown if there is an error processing the specified criteriapublic SecurityPolicy resolveSingle(MessageContext messageContext) throws SecurityException
resolveSingle
インタフェース内 Resolver<SecurityPolicy,MessageContext>
messageContext
- the criteria to evaluate or processSecurityException
- thrown if there is an error processing the specified criteriaCopyright © 2012. All Rights Reserved.