|
Oracle | ||||||||||
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.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 |
StubPropertyBSTCredProv.getCredential(String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
Deprecated. |
Object |
ServerBSTCredentialProvider.getCredential(String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
get the credentail |
Object |
ClientBSTCredentialProvider.getCredential(String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
|
protected static boolean |
BSTCredentialProvider.isForDecryption(Purpose p)
|
protected static boolean |
BSTCredentialProvider.isForEncryption(Purpose p)
|
protected static boolean |
BSTCredentialProvider.isForIdentity(Purpose p)
|
protected static boolean |
BSTCredentialProvider.isForResponseEncryption(Purpose p)
|
protected static boolean |
BSTCredentialProvider.isForSigning(Purpose p)
|
protected static boolean |
BSTCredentialProvider.isForVerification(Purpose p)
|
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(weblogic.xml.crypto.api.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. |
Element |
SecurityTokenPolicyInfo.getSecurityTokenAssertion(Element parent,
Purpose p,
ContextHandler contextHandler)
Deprecated. |
boolean |
SecurityTokenHandler.matches(SecurityToken token,
String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
Deprecated. |
boolean |
SecurityTokenPolicyInfo.supports(Purpose p)
Deprecated. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |