Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.xml.crypto.wss.WSSecurityException

Packages that use WSSecurityException
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
weblogic.xml.crypto.wss.provider Provides interfaces and a class for Web Services security providers. 
 

Uses of WSSecurityException in weblogic.wsee.security.saml
 

Methods in weblogic.wsee.security.saml that throw WSSecurityException
static Object CSSUtils.getSAMLCredential(boolean isSAML2, String tokenType, SecurityTokenContextHandler samlCtxHandler, Object keyInfoCredential)
          Get the saml credential from CredentialManager
 SecurityToken AbstractSAMLTokenHandler.getSecurityToken(String valueType, Object credentials, ContextHandler ctxHandler)
          create a new SAML token that can be either SAML TP 1.0 or 1.1 value types
 SecurityToken AbstractSAMLTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
          Get the Security token from context handler base on the value type.
 SecurityToken AbstractSAMLTokenHandler.getSecurityToken(SecurityTokenReference str, MessageContext ctx)
          get security token based on referenece
 SecurityTokenReference AbstractSAMLTokenHandler.getSTR(QName STRType, String valueType, SecurityToken token)
          new saml token reference
 Subject AbstractSAMLTokenHandler.getSubject(SecurityToken token, MessageContext msgCtx)
          Get authenticated subject from saml token
 

Constructors in weblogic.wsee.security.saml that throw WSSecurityException
SAMLCredentialImpl()
           
SAMLCredentialImpl(Node node)
           
SAMLCredentialImpl(String tokenType, Object cred)
          create a new SAML 20 credential with the SAML 2.0 assertion
SAMLCredentialImpl(String tokenType, Object cred, PrivateKey privateKey)
          create a new saml credential with private key of the saml requester
SAMLSecurityTokenReference(QName STRType, String valueType, SecurityToken token)
          create a SAMLSecurityTokenReference
 

Uses of WSSecurityException in weblogic.xml.crypto.wss.provider
 

Methods in weblogic.xml.crypto.wss.provider that throw WSSecurityException
 SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, Object credentials, ContextHandler ctxHandler)
          Deprecated.  
 SecurityToken SecurityTokenHandler.getSecurityToken(String valueType, String issuer, Purpose p, ContextHandler ctxHandler)
          Deprecated.  
 SecurityToken SecurityTokenHandler.getSecurityToken(SecurityTokenReference str, 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.  
 SecurityTokenValidateResult SecurityTokenHandler.validateUnmarshalled(SecurityToken token, MessageContext ctx)
          Deprecated.  
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01