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 PolicyAssertion
implements CertStoreConfig

Author:
Kumar Jayanti

Constructor Summary
CertStoreConfig()
          Creates a new instance of CertStoreConfig
CertStoreConfig(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
 
Method Summary
 String getCallbackHandlerClassName()
           
 String getCertSelectorClassName()
           
 String getCRLSelectorClassName()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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:
getCallbackHandlerClassName in interface CertStoreConfig

getCertSelectorClassName

public String getCertSelectorClassName()
Specified by:
getCertSelectorClassName in interface CertStoreConfig

getCRLSelectorClassName

public String getCRLSelectorClassName()
Specified by:
getCRLSelectorClassName in interface CertStoreConfig


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