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

Part Number E13941-04

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

public class ServerBSTCredentialProvider
extends BST11CredentialProvider

Copyright (c) 2004 by BEA Systems. All Rights Reserved.


Field Summary
 
Fields inherited from class weblogic.wsee.security.bst.BST11CredentialProvider
BUILTIN_BST_VALUETYPES
 
Fields inherited from class weblogic.wsee.security.bst.BSTCredentialProvider
verbose
 
Method Summary
 Object getCredential(String tokenType, String issuerName, ContextHandler ctxHandler, Purpose p)
          get the credentail
static boolean isSSLUsingKeyStores()
           
 
Methods inherited from class weblogic.wsee.security.bst.BST11CredentialProvider
getValueTypes
 
Methods inherited from class weblogic.wsee.security.bst.BSTCredentialProvider
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)
get the credentail

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

isSSLUsingKeyStores

public static boolean isSSLUsingKeyStores()

Copyright 1996, 2010, 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.4)

Part Number E13941-04