weblogic.wsee.security.bst
Class StubPropertyBSTCredProv
java.lang.Object
   weblogic.wsee.security.bst.BSTCredentialProvider
weblogic.wsee.security.bst.BSTCredentialProvider
       weblogic.wsee.security.bst.StubPropertyBSTCredProv
weblogic.wsee.security.bst.StubPropertyBSTCredProv
- All Implemented Interfaces: 
- CredentialProvider
- public class StubPropertyBSTCredProv 
- extends BSTCredentialProvider
 
| Fields inherited from class weblogic.wsee.security.bst.BSTCredentialProvider | 
| verbose | 
 
 
 
| 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 | 
 
SERVER_VERIFY_CERT
public static final String SERVER_VERIFY_CERT
- See Also:
- Constant Field Values
SERVER_ENCRYPT_CERT
public static final String SERVER_ENCRYPT_CERT
- See Also:
- Constant Field Values
StubPropertyBSTCredProv
public StubPropertyBSTCredProv(X509Certificate encryptCert,
                               X509Certificate verifyCert)
getCredential
public Object getCredential(String tokenType,
                            String issuerName,
                            ContextHandler ctxHandler,
                            Purpose p)
-