Uses of Class
com.sun.xml.ws.security.opt.impl.tokens.UsernameToken

Packages that use UsernameToken
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.wss.impl.filter   
com.sun.xml.wss.impl.policy.mls   
 

Uses of UsernameToken in com.sun.xml.ws.security.opt.impl.keyinfo
 

Methods in com.sun.xml.ws.security.opt.impl.keyinfo that return UsernameToken
protected  UsernameToken TokenBuilder.createUsernameToken(AuthenticationTokenPolicy.UsernameTokenBinding binding, UsernameToken unToken)
          if an UsernameToken already exists in the security header with the id of the binding returns it else sets the id of the binding in the usernametoken provided and returns it Adds the username token to the security header
 

Methods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type UsernameToken
protected  UsernameToken TokenBuilder.createUsernameToken(AuthenticationTokenPolicy.UsernameTokenBinding binding, UsernameToken unToken)
          if an UsernameToken already exists in the security header with the id of the binding returns it else sets the id of the binding in the usernametoken provided and returns it Adds the username token to the security header
 

Uses of UsernameToken in com.sun.xml.wss.impl.filter
 

Methods in com.sun.xml.wss.impl.filter with parameters of type UsernameToken
static AuthenticationTokenPolicy.UsernameTokenBinding UsernameTokenDataResolver.resolveUsernameToken(FilterProcessingContext context, UsernameToken token, UsernameToken unToken, AuthenticationTokenPolicy policy)
          sets username and password in usernametoken
static AuthenticationTokenPolicy.UsernameTokenBinding AuthenticationTokenFilter.resolveUserNameTokenData(FilterProcessingContext context, UsernameToken token, UsernameToken unToken, AuthenticationTokenPolicy policy)
          sets the username and password in the usernametoken
static AuthenticationTokenPolicy.UsernameTokenBinding UsernameTokenDataResolver.setSaltandIterationsforUsernameToken(FilterProcessingContext context, UsernameToken unToken, EncryptionPolicy policy, AuthenticationTokenPolicy.UsernameTokenBinding untBinding)
          sets the values of salt, iterations and username in UsernameToken, generates 128 bit key for encryption and sets it in username token binding
static AuthenticationTokenPolicy.UsernameTokenBinding UsernameTokenDataResolver.setSaltandIterationsforUsernameToken(FilterProcessingContext context, UsernameToken unToken, SignaturePolicy policy, AuthenticationTokenPolicy.UsernameTokenBinding untBinding, int firstByte)
          sets the values of Salt, Iterations , username for UsernameToken, generates 160 bit key for signature and sets it in UsernameToken Binding
 

Uses of UsernameToken in com.sun.xml.wss.impl.policy.mls
 

Methods in com.sun.xml.wss.impl.policy.mls that return UsernameToken
 UsernameToken AuthenticationTokenPolicy.UsernameTokenBinding.getUsernameToken()
           
 

Methods in com.sun.xml.wss.impl.policy.mls with parameters of type UsernameToken
 void AuthenticationTokenPolicy.UsernameTokenBinding.setUsernameToken(UsernameToken token)
           
 



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