|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Purpose | |
---|---|
weblogic.wsee.security.bst | Provides classes to support Binary Security Tokens (BST) in WebLogic Web Services. |
weblogic.wsee.security.saml | Provides interfaces and classes for Security Assertion Markup Language (SAML). |
weblogic.wsee.security.unt | Provides classes to support UNT security in WebLogic Web Services. |
weblogic.xml.crypto.wss.provider | Provides interfaces and a class for Web Services security providers. |
Uses of Purpose in weblogic.wsee.security.bst |
---|
Methods in weblogic.wsee.security.bst with parameters of type Purpose | |
---|---|
Object |
ClientBSTCredentialProvider.getCredential(String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
|
Object |
ServerBSTCredentialProvider.getCredential(String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
Deprecated. get the credentail |
Object |
StubPropertyBSTCredProv.getCredential(String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
Deprecated. |
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. |
Uses of Purpose in weblogic.wsee.security.saml |
---|
Methods in weblogic.wsee.security.saml with parameters of type Purpose | |
---|---|
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 |
SAMLTrustCredentialProvider.getCredential(String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
|
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 |
Uses of Purpose in weblogic.wsee.security.unt |
---|
Methods in weblogic.wsee.security.unt with parameters of type Purpose | |
---|---|
Object |
ClientUNTCredentialProvider.getCredential(String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
|
Uses of Purpose in weblogic.xml.crypto.wss.provider |
---|
Fields in weblogic.xml.crypto.wss.provider declared as Purpose | |
---|---|
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
|
Methods in weblogic.xml.crypto.wss.provider that return Purpose | |
---|---|
static Purpose |
Purpose.convert(KeySelector.Purpose p)
|
Methods in weblogic.xml.crypto.wss.provider with parameters of type Purpose | |
---|---|
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. |
|
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |