| Package | Description | 
|---|---|
| weblogic.wsee.security.bst | |
| weblogic.wsee.security.saml | 
 Provides interfaces and classes for Security Assertion Markup Language (SAML). 
 | 
| weblogic.wsee.security.unt | |
| weblogic.xml.crypto.wss.provider | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
StubPropertyBSTCredProv.getCredential(String tokenType,
             String issuerName,
             ContextHandler ctxHandler,
             Purpose p)
Deprecated.  
  | 
Object | 
ServerBSTCredentialProvider.getCredential(String tokenType,
             String issuerName,
             ContextHandler ctxHandler,
             Purpose p)
Deprecated.  
get the credentail 
 | 
Object | 
ClientBSTCredentialProvider.getCredential(String tokenType,
             String issuerName,
             ContextHandler ctxHandler,
             Purpose p)  | 
protected static boolean | 
BSTCredentialProvider.isForDecryption(Purpose p)
Deprecated.  
  | 
protected static boolean | 
BSTCredentialProvider.isForEncryption(Purpose p)
Deprecated.  
  | 
protected static boolean | 
BSTCredentialProvider.isForIdentity(Purpose p)
Deprecated.  
  | 
protected static boolean | 
BSTCredentialProvider.isForResponseEncryption(Purpose p)
Deprecated.  
  | 
protected static boolean | 
BSTCredentialProvider.isForSigning(Purpose p)
Deprecated.  
  | 
protected static boolean | 
BSTCredentialProvider.isForVerification(Purpose p)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
SAMLTrustCredentialProvider.getCredential(String tokenType,
             String issuerName,
             ContextHandler ctxHandler,
             Purpose p)  | 
Object | 
AbstractSAMLCredentialProvider.getCredential(String tokenType,
             String issuerName,
             ContextHandler ctxHandler,
             Purpose p)
Deprecated.  
if CredentialManager is not configured, just return the credential object
 otherwise retrieve the saml credential from the CredentialManager 
 | 
Object | 
AbstractSAMLCredentialProvider.getKeyInfoCredential(String tokenType,
                    String issuerName,
                    SecurityTokenContextHandler ctxHandler,
                    Purpose p)
Deprecated.  
  | 
Object | 
AbstractSAMLCredentialProvider.getKeyInfoCredential(String tokenType,
                    String issuerName,
                    SecurityTokenContextHandler ctxHandler,
                    Purpose p,
                    Node claims)
Deprecated.  
To be To be overridden by the subclass that supports the symmetric SAML Holder of Key. 
 | 
SecurityToken | 
AbstractSAMLTokenHandler.getSecurityToken(String valueType,
                String issuer,
                Purpose p,
                ContextHandler ctxHandler)
Deprecated.  
Get the Security token from context handler base on the value type. 
 | 
boolean | 
AbstractSAMLTokenHandler.matches(SecurityToken token,
       String tokenType,
       String issuerName,
       ContextHandler ctxHandler,
       Purpose p)
Deprecated.  
check if the token should be handled by saml token handler 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
ClientUNTCredentialProvider.getCredential(String tokenType,
             String issuerName,
             ContextHandler ctxHandler,
             Purpose p)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Purpose | 
Purpose.DECRYPT  | 
static Purpose | 
Purpose.ENCRYPT  | 
static Purpose | 
Purpose.ENCRYPT_RESPONSE  | 
static Purpose | 
Purpose.IDENTITY  | 
static Purpose | 
Purpose.SIGN  | 
static Purpose | 
Purpose.VERIFY  | 
| Modifier and Type | Method and Description | 
|---|---|
static Purpose | 
Purpose.convert(KeySelector.Purpose p)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
CredentialProvider.getCredential(String tokenType,
             String issuerName,
             ContextHandler ctxHandler,
             Purpose p)  | 
SecurityToken | 
SecurityTokenHandler.getSecurityToken(String valueType,
                String issuer,
                Purpose p,
                ContextHandler ctxHandler)
Deprecated.  
  | 
boolean | 
SecurityTokenHandler.matches(SecurityToken token,
       String tokenType,
       String issuerName,
       ContextHandler ctxHandler,
       Purpose p)
Deprecated.  
  |