|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityToken | |
---|---|
weblogic.xml.crypto.wss | Provides a Helper class for weblogic.xml.crypto.wss.provider.SecurityToken operation. |
weblogic.xml.crypto.wss.api | Provides the Web Services security api. |
weblogic.xml.crypto.wss.provider | Provides interfaces and a class for Web Services security providers. |
Uses of SecurityToken in weblogic.xml.crypto.wss |
---|
Methods in weblogic.xml.crypto.wss with parameters of type SecurityToken | |
---|---|
List |
WSSecurityInfo.getEncryptions(SecurityToken token)
Returns a List of EncrytpionInfo corresponding
to all EncryptedData elements encrypted with the token. |
List |
WSSecurityInfo.getSignatures(SecurityToken token)
Returns a List of SignatureInfo corresponding
to Signatures created with token. |
Subject |
ClientUNTHandler.getSubject(SecurityToken token,
MessageContext msgCtx)
Deprecated. |
Subject |
ClientBSTHandler.getSubject(SecurityToken token,
MessageContext msgCtx)
Deprecated. |
SecurityTokenValidateResult |
ClientUNTHandler.validateProcessed(SecurityToken token,
MessageContext ctx)
Deprecated. |
SecurityTokenValidateResult |
ClientBSTHandler.validateProcessed(SecurityToken token,
MessageContext ctx)
Deprecated. |
SecurityTokenValidateResult |
ClientUNTHandler.validateUnmarshalled(SecurityToken token,
MessageContext ctx)
Deprecated. |
SecurityTokenValidateResult |
ClientBSTHandler.validateUnmarshalled(SecurityToken token,
MessageContext ctx)
Deprecated. |
Uses of SecurityToken in weblogic.xml.crypto.wss.api |
---|
Subinterfaces of SecurityToken in weblogic.xml.crypto.wss.api | |
---|---|
interface |
BinarySecurityToken
|
interface |
UsernameToken
|
Uses of SecurityToken in weblogic.xml.crypto.wss.provider |
---|
Methods in weblogic.xml.crypto.wss.provider that return SecurityToken | |
---|---|
SecurityToken |
SecurityTokenReference.getSecurityToken()
Deprecated. |
SecurityToken |
SecurityTokenHandler.getSecurityToken(SecurityTokenReference str,
MessageContext ctx)
Deprecated. |
SecurityToken |
SecurityTokenHandler.getSecurityToken(String valueType,
Object credentials,
ContextHandler ctxHandler)
Deprecated. |
SecurityToken |
SecurityTokenHandler.getSecurityToken(String valueType,
String issuer,
Purpose p,
ContextHandler ctxHandler)
Deprecated. |
SecurityToken |
SecurityTokenHandler.newSecurityToken(Node node)
Deprecated. Creates a SecurityToken from a node. |
Methods in weblogic.xml.crypto.wss.provider with parameters of type SecurityToken | |
---|---|
weblogic.xml.crypto.common.keyinfo.KeyProvider |
SecurityTokenHandler.getKeyProvider(SecurityToken token,
MessageContext ctx)
Deprecated. |
SecurityTokenReference |
SecurityTokenHandler.getSTR(QName STRType,
String valueType,
SecurityToken token)
Deprecated. Creates a SecurityTokenReference from a SecurityToken or Credential. |
Subject |
SecurityTokenHandler.getSubject(SecurityToken token,
MessageContext msgCtx)
Deprecated. |
boolean |
SecurityTokenHandler.matches(SecurityToken token,
String tokenType,
String issuerName,
ContextHandler ctxHandler,
Purpose p)
Deprecated. |
SecurityTokenValidateResult |
SecurityTokenHandler.validateProcessed(SecurityToken token,
MessageContext ctx)
Deprecated. |
SecurityTokenValidateResult |
SecurityTokenHandler.validateUnmarshalled(SecurityToken token,
MessageContext ctx)
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 |