Uses of Class
org.apache.wss4j.binding.wss10.PasswordString
Packages that use PasswordString
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of PasswordString in org.apache.wss4j.binding.wss10
Methods in org.apache.wss4j.binding.wss10 that return PasswordStringModifier and TypeMethodDescriptionObjectFactory.createPasswordString()Create an instance ofPasswordStringMethods in org.apache.wss4j.binding.wss10 that return types with arguments of type PasswordStringMethods in org.apache.wss4j.binding.wss10 with parameters of type PasswordString -
Uses of PasswordString in org.apache.wss4j.stax.validate
Methods in org.apache.wss4j.stax.validate with parameters of type PasswordStringModifier and TypeMethodDescriptionprotected voidUsernameTokenValidatorImpl.verifyCustomPassword(String username, PasswordString passwordType, TokenContext tokenContext) Verify a UsernameToken containing a password of some unknown (but specified) password type.protected voidUsernameTokenValidatorImpl.verifyDigestPassword(String username, PasswordString passwordType, byte[] nonceVal, String created, TokenContext tokenContext) Verify a UsernameToken containing a password digest.protected voidUsernameTokenValidatorImpl.verifyPlaintextPassword(String username, PasswordString passwordType, TokenContext tokenContext) Verify a UsernameToken containing a plaintext password.