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

java.lang.Object
  extended by com.sun.xml.ws.security.impl.policy.SecurityPolicyAssertionCreator
      extended by com.sun.xml.ws.security.impl.policy.WSSClientConfigAssertionCreator
All Implemented Interfaces:
PolicyAssertionCreator

public class WSSClientConfigAssertionCreator
extends SecurityPolicyAssertionCreator

Author:
K.Venugopal@sun.com

Constructor Summary
WSSClientConfigAssertionCreator()
          Creates a new instance of WSSClientConfigAssertionCreator
 
Method Summary
 String[] getSupportedDomainNamespaceURIs()
          This method returns the namespace URIs of the domains that are supported by the implementation of this inteface.
 
Methods inherited from class com.sun.xml.ws.security.impl.policy.SecurityPolicyAssertionCreator
createAssertion, getClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSClientConfigAssertionCreator

public WSSClientConfigAssertionCreator()
Creates a new instance of WSSClientConfigAssertionCreator

Method Detail

getSupportedDomainNamespaceURIs

public String[] getSupportedDomainNamespaceURIs()
Description copied from interface: PolicyAssertionCreator
This method returns the namespace URIs of the domains that are supported by the implementation of this inteface. There can be multiple URIs supported per single implementation.

Supporting domain namespace URI means that particular PolicyAssertionCreator implementation is able to create assertion instances for the domains identified by the namespace URIs returned from this method. It is required that each PolicyAssertionCreator implementation handles the policy assertion creation for each assertion in every domain it claims to support.

Specified by:
getSupportedDomainNamespaceURIs in interface PolicyAssertionCreator
Overrides:
getSupportedDomainNamespaceURIs in class SecurityPolicyAssertionCreator
Returns:
string array representing the namespace URIs of the supported domains. It is expected that multiple calls on this method return the same value each time. Returned string array must be neither null nor empty. Also each string value in the array must not be null nor empty.


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