Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.wsee.security.saml
Class SAMLTokenHandler

java.lang.Object
  extended by weblogic.wsee.security.saml.AbstractSAMLTokenHandler
      extended by weblogic.wsee.security.saml.SAMLTokenHandler
All Implemented Interfaces:
SecurityTokenHandler

public class SAMLTokenHandler
extends AbstractSAMLTokenHandler

Token Handler for SAML 1.1 tokens


Constructor Summary
SAMLTokenHandler()
           
 
Method Summary
 QName[] getQNames()
          get QNames of saml assertion
 String[] getValueTypes()
          SAML value types
 boolean isSaml2()
           
 boolean isSupportedTokenType(String tokenType)
           
 boolean isSupportedValueType(String valueType)
           
 
Methods inherited from class weblogic.wsee.security.saml.AbstractSAMLTokenHandler
getKeyProvider, getSecurityToken, getSecurityToken, getSecurityToken, getSTR, getSubject, matches, newSecurityToken, newSecurityTokenReference, validateProcessed, validateUnmarshalled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLTokenHandler

public SAMLTokenHandler()
Method Detail

getQNames

public QName[] getQNames()
get QNames of saml assertion

Specified by:
getQNames in interface SecurityTokenHandler
Specified by:
getQNames in class AbstractSAMLTokenHandler
Returns:
QNames

getValueTypes

public String[] getValueTypes()
SAML value types

Specified by:
getValueTypes in interface SecurityTokenHandler
Specified by:
getValueTypes in class AbstractSAMLTokenHandler
Returns:
value types

isSupportedTokenType

public boolean isSupportedTokenType(String tokenType)
Specified by:
isSupportedTokenType in class AbstractSAMLTokenHandler

isSupportedValueType

public boolean isSupportedValueType(String valueType)
Specified by:
isSupportedValueType in class AbstractSAMLTokenHandler

isSaml2

public boolean isSaml2()
Specified by:
isSaml2 in class AbstractSAMLTokenHandler

Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06