Package com.sun.xml.wss.impl.policy
Interface SecurityPolicyGenerator
- All Known Implementing Classes:
WSSPolicyGenerator
public interface SecurityPolicyGenerator
A Factory interface for Generating Concrete Security Policies
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCreate and return a new Security Policy ConfigurationCreate and return a new Concrete MLS policy
-
Method Details
-
newMLSPolicy
Create and return a new Concrete MLS policy- Returns:
- a new Concrete MLS policy
- Throws:
PolicyGenerationException- if an MLS Policy cannot be generated
-
configuration
Create and return a new Security Policy Configuration- Returns:
- a new Security Policy Configuration
- Throws:
PolicyGenerationException- if a Configuration cannot be generated
-