BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.pk
Class WLSCertPathValidatorResult

java.lang.Object
  extended byweblogic.security.pk.WLSCertPathValidatorResult
All Implemented Interfaces:
CertPathValidatorResult, Cloneable

public class WLSCertPathValidatorResult
extends Object
implements CertPathValidatorResult

A convenience class for returning results. Certification path validators can use this class rather than writing their own result class.

For more information, see the sections that describe certification paths in "Developing Security Providers for WebLogic Server" on http://www.oracle.com/technology/documentation/index.html.

See Also:
CertPathValidator
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
WLSCertPathValidatorResult()
           
 
Method Summary
 Object clone()
          This class is not cloneable.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WLSCertPathValidatorResult

public WLSCertPathValidatorResult()
Method Detail

clone

public Object clone()
This class is not cloneable.

Specified by:
clone in interface CertPathValidatorResult
Throws:
UnsupportedOperationException - when called.

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