com.sun.xml.ws.security.impl.policy
Class SecurityFeatureConfigurator

java.lang.Object
  extended by com.sun.xml.ws.security.impl.policy.SecurityFeatureConfigurator
All Implemented Interfaces:
PolicyFeatureConfigurator

public final class SecurityFeatureConfigurator
extends Object
implements PolicyFeatureConfigurator

Policy WS feature configurator implementation for the security domain

Author:
Marek Potociar (marek.potociar at sun.com)

Nested Class Summary
static class SecurityFeatureConfigurator.SecurityStickyFeature
           
 
Constructor Summary
SecurityFeatureConfigurator()
           
 
Method Summary
 Collection<WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap)
          A callback method that allows to retrieve policy related information from provided PolicyMap and return a list of corresponding WebServiceFeatures.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityFeatureConfigurator

public SecurityFeatureConfigurator()
Method Detail

getFeatures

public Collection<WebServiceFeature> getFeatures(PolicyMapKey key,
                                                 PolicyMap policyMap)
                                          throws PolicyException
Description copied from interface: PolicyFeatureConfigurator
A callback method that allows to retrieve policy related information from provided PolicyMap and return a list of corresponding WebServiceFeatures.

Specified by:
getFeatures in interface PolicyFeatureConfigurator
Parameters:
key - Identifies the policy in the policy map
policyMap - Provides policies as a source of information on proper configuration
Returns:
A list of features that correspond to the policy identified by the policy map key. May be empty but not null.
Throws:
PolicyException - If an error occurred


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.