Uses of Class
com.sun.xml.ws.security.opt.impl.tokens.UsernameToken
-
Packages that use UsernameToken Package Description 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 Modifier and Type Method Description protected 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 UsernameToken Modifier and Type Method Description protected 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 UsernameToken Modifier and Type Method Description static AuthenticationTokenPolicy.UsernameTokenBindingUsernameTokenDataResolver. resolveUsernameToken(FilterProcessingContext context, UsernameToken token, UsernameToken unToken, AuthenticationTokenPolicy policy)sets username and password in usernametokenstatic AuthenticationTokenPolicy.UsernameTokenBindingAuthenticationTokenFilter. resolveUserNameTokenData(FilterProcessingContext context, UsernameToken token, UsernameToken unToken, AuthenticationTokenPolicy policy)sets the username and password in the usernametokenstatic AuthenticationTokenPolicy.UsernameTokenBindingUsernameTokenDataResolver. 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 bindingstatic AuthenticationTokenPolicy.UsernameTokenBindingUsernameTokenDataResolver. 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 Modifier and Type Method Description UsernameTokenAuthenticationTokenPolicy.UsernameTokenBinding. getUsernameToken()Methods in com.sun.xml.wss.impl.policy.mls with parameters of type UsernameToken Modifier and Type Method Description voidAuthenticationTokenPolicy.UsernameTokenBinding. setUsernameToken(UsernameToken token)
-