Package org.apache.wss4j.stax.validate
Class UsernameTokenValidatorImpl
java.lang.Object
org.apache.wss4j.stax.validate.UsernameTokenValidatorImpl
- All Implemented Interfaces:
UsernameTokenValidator,Validator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends UsernameSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
Tvalidate(UsernameTokenType usernameTokenType, TokenContext tokenContext) protected voidverifyCustomPassword(String username, PasswordString passwordType, TokenContext tokenContext) Verify a UsernameToken containing a password of some unknown (but specified) password type.protected voidverifyDigestPassword(String username, PasswordString passwordType, byte[] nonceVal, String created, TokenContext tokenContext) Verify a UsernameToken containing a password digest.protected voidverifyPlaintextPassword(String username, PasswordString passwordType, TokenContext tokenContext) Verify a UsernameToken containing a plaintext password.
-
Constructor Details
-
UsernameTokenValidatorImpl
public UsernameTokenValidatorImpl()
-
-
Method Details
-
validate
public <T extends UsernameSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken> T validate(UsernameTokenType usernameTokenType, TokenContext tokenContext) throws WSSecurityException - Specified by:
validatein interfaceUsernameTokenValidator- Throws:
WSSecurityException
-
verifyDigestPassword
protected void verifyDigestPassword(String username, PasswordString passwordType, byte[] nonceVal, String created, TokenContext tokenContext) throws WSSecurityException Verify a UsernameToken containing a password digest.- Throws:
WSSecurityException
-
verifyPlaintextPassword
protected void verifyPlaintextPassword(String username, PasswordString passwordType, TokenContext tokenContext) throws WSSecurityException Verify a UsernameToken containing a plaintext password.- Throws:
WSSecurityException
-
verifyCustomPassword
protected void verifyCustomPassword(String username, PasswordString passwordType, TokenContext tokenContext) throws WSSecurityException Verify a UsernameToken containing a password of some unknown (but specified) password type.- Throws:
WSSecurityException
-