Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.security.bst
Class ServerBSTCredentialProvider

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

Deprecated.

public class ServerBSTCredentialProvider
extends BST11CredentialProvider


Method Summary
 Object getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          Deprecated. get the credentail
static boolean isSSLUsingKeyStores()
          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
 

Method Detail

getCredential

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

Parameters:
tokenType - the token type String
issuerName - the issuer name
ctxHandler - the Context Handler
p - the purpose for the credntail

isSSLUsingKeyStores

public static boolean isSSLUsingKeyStores()
Deprecated. 

Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02