Class SCTBuilder
java.lang.Object
com.sun.xml.ws.security.opt.impl.keyinfo.TokenBuilder
com.sun.xml.ws.security.opt.impl.keyinfo.SCTBuilder
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionCreates a new instance of SCTBuilder -
Method Summary
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
-
Constructor Details
-
SCTBuilder
Creates a new instance of SCTBuilder
-
-
Method Details
-
process
Description copied from interface:TokenBuilderProcesses the token to obtain the keys etc- Returns:
- BuilderResult
- Throws:
XWSSecurityException- exception if the various token information could not be obtained
-