com.sun.xml.ws.security.opt.impl.keyinfo
Class SamlTokenBuilder

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.keyinfo.TokenBuilder
      extended by com.sun.xml.ws.security.opt.impl.keyinfo.SamlTokenBuilder
All Implemented Interfaces:
TokenBuilder

public class SamlTokenBuilder
extends TokenBuilder

Author:
K.Venugopal@sun.com

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.opt.impl.keyinfo.TokenBuilder
context, elementFactory, keyInfo, logger, securityHeader
 
Constructor Summary
SamlTokenBuilder(JAXBFilterProcessingContext context, AuthenticationTokenPolicy.SAMLAssertionBinding samlBinding, boolean forSign)
          Creates a new instance of SamlTokenProcessor
 
Method Summary
 BuilderResult process()
          Processes the token to obtain the keys etc
 
Methods inherited from class com.sun.xml.ws.security.opt.impl.keyinfo.TokenBuilder
buildDirectReference, buildKeyInfo, buildKeyInfo, buildKeyInfo, buildKeyInfoWithEKSHA1, buildKeyInfoWithKI, buildKeyInfoWithKIKerberos, buildKeyValue, buildKIWithKeyName, buildSTR, buildSTR, createBinarySecurityToken, createKerberosBST, createUsernameToken, getID, getKeyInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlTokenBuilder

public SamlTokenBuilder(JAXBFilterProcessingContext context,
                        AuthenticationTokenPolicy.SAMLAssertionBinding samlBinding,
                        boolean forSign)
Creates a new instance of SamlTokenProcessor

Method Detail

process

public BuilderResult process()
                      throws XWSSecurityException
Description copied from interface: TokenBuilder
Processes the token to obtain the keys etc

Returns:
BuilderResult
Throws:
XWSSecurityException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.