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

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.security.impl.policy.CertStoreConfig
All Implemented Interfaces:
CertStoreConfig

public class CertStoreConfig
extends com.sun.xml.ws.policy.PolicyAssertion
implements CertStoreConfig


Constructor Summary
CertStoreConfig()
          Creates a new instance of CertStoreConfig
CertStoreConfig(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
           
 
Method Summary
 java.lang.String getCallbackHandlerClassName()
           
 java.lang.String getCertSelectorClassName()
           
 java.lang.String getCRLSelectorClassName()
           
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CertStoreConfig

public CertStoreConfig(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
                       java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
                       com.sun.xml.ws.policy.AssertionSet nestedAlternative)

CertStoreConfig

public CertStoreConfig()
Creates a new instance of CertStoreConfig

Method Detail

getCallbackHandlerClassName

public java.lang.String getCallbackHandlerClassName()
Specified by:
getCallbackHandlerClassName in interface CertStoreConfig

getCertSelectorClassName

public java.lang.String getCertSelectorClassName()
Specified by:
getCertSelectorClassName in interface CertStoreConfig

getCRLSelectorClassName

public java.lang.String getCRLSelectorClassName()
Specified by:
getCRLSelectorClassName in interface CertStoreConfig