Package org.apache.wss4j.stax.validate
Interface UsernameTokenValidator
- All Superinterfaces:
Validator
- All Known Implementing Classes:
JAASUsernameTokenValidatorImpl,UsernameTokenValidatorImpl
-
Method Summary
Modifier and TypeMethodDescription<T extends UsernameSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
Tvalidate(org.apache.wss4j.binding.wss10.UsernameTokenType usernameTokenType, TokenContext tokenContext)
-
Method Details
-
validate
<T extends UsernameSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken> T validate(org.apache.wss4j.binding.wss10.UsernameTokenType usernameTokenType, TokenContext tokenContext) throws org.apache.wss4j.common.ext.WSSecurityException - Throws:
org.apache.wss4j.common.ext.WSSecurityException
-