BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.spi
Interface AuditCertPathBuilderEvent

All Superinterfaces:
AuditEvent

public interface AuditCertPathBuilderEvent
extends AuditEvent

This interface is used to post audit events for CertPathBuilder providers.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 CertPathSelector getCertPathSelector()
          Gets the CertPathSelector object that specifies which CertPath to look up and validate.
 ContextHandler getContext()
          Gets an optional ContextHandler object that may specify additional data on how to look up and validate the CertPath
 X509Certificate[] getTrustedCAs()
          Gets an optional list of trusted Certificate Authorities that may be used to look up and validate the CertPath
 
Methods inherited from interface weblogic.security.spi.AuditEvent
getEventType, getFailureException, getSeverity, toString
 

Method Detail

getCertPathSelector

public CertPathSelector getCertPathSelector()
Gets the CertPathSelector object that specifies which CertPath to look up and validate.

Returns:
a CertPathSelector

getContext

public ContextHandler getContext()
Gets an optional ContextHandler object that may specify additional data on how to look up and validate the CertPath

Returns:
the ContextHandler, may be null.

getTrustedCAs

public X509Certificate[] getTrustedCAs()
Gets an optional list of trusted Certificate Authorities that may be used to look up and validate the CertPath

Returns:
a X509Certificate[] containing the trusted certificate authorities, may be null.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.