Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.wsee.security.bst
Class StubPropertyBSTCredProv

java.lang.Object
  extended by weblogic.wsee.security.bst.BSTCredentialProvider
      extended by weblogic.wsee.security.bst.StubPropertyBSTCredProv
All Implemented Interfaces:
CredentialProvider

Deprecated. can not be used directly by customers

public class StubPropertyBSTCredProv
extends BSTCredentialProvider


Field Summary
static String SERVER_ENCRYPT_CERT
          Deprecated. use WLStub.SERVER_ENCRYPT_CERT instead
static String SERVER_VERIFY_CERT
          Deprecated. use WLStub.SERVER_VERIFY_CERT instead
 
Fields inherited from class weblogic.wsee.security.bst.BSTCredentialProvider
verbose
 
Constructor Summary
StubPropertyBSTCredProv(X509Certificate encryptCert, X509Certificate verifyCert)
          Deprecated.  
 
Method Summary
 StubPropertyBSTCredProv cloneAndReplaceServerCert(X509Certificate serverCert)
          Deprecated.  
 Object getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          Deprecated.  
 
Methods inherited from class weblogic.wsee.security.bst.BSTCredentialProvider
getValueTypes, isForDecryption, isForEncryption, isForIdentity, isForResponseEncryption, isForSigning, isForVerification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_VERIFY_CERT

public static final String SERVER_VERIFY_CERT
Deprecated. use WLStub.SERVER_VERIFY_CERT instead
See Also:
WLStub.SERVER_VERIFY_CERT, Constant Field Values

SERVER_ENCRYPT_CERT

public static final String SERVER_ENCRYPT_CERT
Deprecated. use WLStub.SERVER_ENCRYPT_CERT instead
See Also:
WLStub.SERVER_ENCRYPT_CERT, Constant Field Values
Constructor Detail

StubPropertyBSTCredProv

public StubPropertyBSTCredProv(X509Certificate encryptCert,
                               X509Certificate verifyCert)
Deprecated. 
Method Detail

getCredential

public Object getCredential(String tokenType,
                            String issuerName,
                            ContextHandler ctxHandler,
                            Purpose p)
Deprecated. 

cloneAndReplaceServerCert

public StubPropertyBSTCredProv cloneAndReplaceServerCert(X509Certificate serverCert)
Deprecated. 

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06