Class TrustClientConfigAssertionCreator
java.lang.Object
com.sun.xml.ws.security.impl.policy.SecurityPolicyAssertionCreator
com.sun.xml.ws.security.impl.policy.TrustClientConfigAssertionCreator
- All Implemented Interfaces:
PolicyAssertionCreator
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of TrustClientConfigAssertionCreator -
Method Summary
Modifier and TypeMethodDescriptionString[]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
-
Constructor Details
-
TrustClientConfigAssertionCreator
public TrustClientConfigAssertionCreator()Creates a new instance of TrustClientConfigAssertionCreator
-
-
Method Details
-
getSupportedDomainNamespaceURIs
Description copied from interface:PolicyAssertionCreatorThis 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 particularPolicyAssertionCreatorimplementation is able to create assertion instances for the domains identified by the namespace URIs returned from this method. It is required that eachPolicyAssertionCreatorimplementation handles the policy assertion creation for each assertion in every domain it claims to support.- Specified by:
getSupportedDomainNamespaceURIsin interfacePolicyAssertionCreator- Overrides:
getSupportedDomainNamespaceURIsin classSecurityPolicyAssertionCreator- 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
nullnor empty. Also each string value in the array must not benullnor empty.
-