Interface TokenBuilder
-
- All Known Implementing Classes:
DerivedKeyTokenBuilder,IssuedTokenBuilder,KerberosTokenBuilder,KeyValueTokenBuilder,SamlTokenBuilder,SCTBuilder,SymmetricTokenBuilder,TokenBuilder,UsernameTokenBuilder,X509TokenBuilder
public interface TokenBuilderInterface for processor of various token types like X509, SAML, SCT etc- Author:
- K.Venugopal@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuilderResultprocess()Processes the token to obtain the keys etc
-
-
-
Method Detail
-
process
BuilderResult process() throws com.sun.xml.wss.XWSSecurityException
Processes the token to obtain the keys etc- Returns:
- a
BuilderResultwith all token details set in it - Throws:
com.sun.xml.wss.XWSSecurityException- exception if the various token information could not be obtained
-
-