Class SecurityFeatureConfigurator
- java.lang.Object
-
- 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
Nested Classes Modifier and Type Class Description static classSecurityFeatureConfigurator.SecurityStickyFeature
-
Constructor Summary
Constructors Constructor Description SecurityFeatureConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<jakarta.xml.ws.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.
-
-
-
Method Detail
-
getFeatures
public Collection<jakarta.xml.ws.WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap) throws PolicyException
Description copied from interface:PolicyFeatureConfiguratorA callback method that allows to retrieve policy related information from provided PolicyMap and return a list of corresponding WebServiceFeatures.- Specified by:
getFeaturesin interfacePolicyFeatureConfigurator- Parameters:
key- Identifies the policy in the policy mappolicyMap- 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
-
-