Uses of Class
org.apache.wss4j.binding.wss10.PasswordString
-
Packages that use PasswordString Package Description org.apache.wss4j.binding.wss10 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.wss4j.stax.validate -
-
Uses of PasswordString in org.apache.wss4j.binding.wss10
Methods in org.apache.wss4j.binding.wss10 that return PasswordString Modifier and Type Method Description PasswordStringObjectFactory. createPasswordString()Create an instance ofPasswordStringMethods in org.apache.wss4j.binding.wss10 that return types with arguments of type PasswordString Modifier and Type Method Description JAXBElement<PasswordString>ObjectFactory. createPassword(PasswordString value)Methods in org.apache.wss4j.binding.wss10 with parameters of type PasswordString Modifier and Type Method Description JAXBElement<PasswordString>ObjectFactory. createPassword(PasswordString value) -
Uses of PasswordString in org.apache.wss4j.stax.validate
Methods in org.apache.wss4j.stax.validate with parameters of type PasswordString Modifier and Type Method Description protected 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.
-