Uses of Class
com.sun.xml.ws.security.opt.impl.tokens.UsernameToken
Packages that use UsernameToken
Package
Description
-
Uses of UsernameToken in com.sun.xml.ws.security.opt.impl.keyinfo
Methods in com.sun.xml.ws.security.opt.impl.keyinfo that return UsernameTokenModifier and TypeMethodDescriptionprotected UsernameTokenTokenBuilder.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 headerMethods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type UsernameTokenModifier and TypeMethodDescriptionprotected UsernameTokenTokenBuilder.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 UsernameTokenModifier and TypeMethodDescriptionUsernameTokenDataResolver.resolveUsernameToken(FilterProcessingContext context, UsernameToken token, UsernameToken unToken, AuthenticationTokenPolicy policy) sets username and password in usernametokenAuthenticationTokenFilter.resolveUserNameTokenData(FilterProcessingContext context, UsernameToken token, UsernameToken unToken, AuthenticationTokenPolicy policy) sets the username and password in the usernametokenUsernameTokenDataResolver.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 bindingUsernameTokenDataResolver.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 UsernameTokenModifier and TypeMethodDescriptionAuthenticationTokenPolicy.UsernameTokenBinding.getUsernameToken()Methods in com.sun.xml.wss.impl.policy.mls with parameters of type UsernameTokenModifier and TypeMethodDescriptionvoidAuthenticationTokenPolicy.UsernameTokenBinding.setUsernameToken(UsernameToken token)