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

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

public class TrustPolicyAssertionCreator
extends SecurityPolicyAssertionCreator

Author:
K.Venugopal@sun.com

Constructor Summary
TrustPolicyAssertionCreator()
          Creates a new instance of TrustPolicyAssertionCreator
 
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

TrustPolicyAssertionCreator

public TrustPolicyAssertionCreator()
Creates a new instance of TrustPolicyAssertionCreator

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.