Class CertStoreConfig
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.security.impl.policy.CertStoreConfig
-
- All Implemented Interfaces:
CertStoreConfig
public class CertStoreConfig extends PolicyAssertion implements CertStoreConfig
- Author:
- Kumar Jayanti
-
-
Constructor Summary
Constructors Constructor Description CertStoreConfig()Creates a new instance of CertStoreConfigCertStoreConfig(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallbackHandlerClassName()StringgetCertSelectorClassName()StringgetCRLSelectorClassName()-
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
-
-
-
Constructor Detail
-
CertStoreConfig
public CertStoreConfig(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
-
CertStoreConfig
public CertStoreConfig()
Creates a new instance of CertStoreConfig
-
-
Method Detail
-
getCallbackHandlerClassName
public String getCallbackHandlerClassName()
- Specified by:
getCallbackHandlerClassNamein interfaceCertStoreConfig
-
getCertSelectorClassName
public String getCertSelectorClassName()
- Specified by:
getCertSelectorClassNamein interfaceCertStoreConfig
-
getCRLSelectorClassName
public String getCRLSelectorClassName()
- Specified by:
getCRLSelectorClassNamein interfaceCertStoreConfig
-
-