FileDocCategorySizeDatePackage
CertStoreConfig.javaAPI DocExample3413Tue May 29 16:56:46 BST 2007com.sun.xml.ws.security.impl.policy

CertStoreConfig

public class CertStoreConfig extends com.sun.xml.ws.policy.PolicyAssertion implements com.sun.xml.ws.security.policy.CertStoreConfig
author
Kumar Jayanti

Fields Summary
private static QName
cbh
private static QName
certSelector
private static QName
crlSelector
Constructors Summary
public CertStoreConfig(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)

   
    
          
        super(name,nestedAssertions,nestedAlternative);
    
public CertStoreConfig()
Creates a new instance of CertStoreConfig

    
Methods Summary
public java.lang.StringgetCRLSelectorClassName()

         return this.getAttributeValue(crlSelector);
    
public java.lang.StringgetCallbackHandlerClassName()

         return this.getAttributeValue(cbh);
    
public java.lang.StringgetCertSelectorClassName()

         return this.getAttributeValue(certSelector);