protected class AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator
extends org.apache.wss4j.dom.validate.UsernameTokenValidator
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
verifyCustomPassword(org.apache.wss4j.dom.message.token.UsernameToken usernameToken,
org.apache.wss4j.dom.handler.RequestData data) |
protected void |
verifyDigestPassword(org.apache.wss4j.dom.message.token.UsernameToken usernameToken,
org.apache.wss4j.dom.handler.RequestData data) |
protected void |
verifyPlaintextPassword(org.apache.wss4j.dom.message.token.UsernameToken usernameToken,
org.apache.wss4j.dom.handler.RequestData data) |
protected void |
verifyUnknownPassword(org.apache.wss4j.dom.message.token.UsernameToken usernameToken,
org.apache.wss4j.dom.handler.RequestData data) |
protected AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator()
protected void verifyCustomPassword(org.apache.wss4j.dom.message.token.UsernameToken usernameToken,
org.apache.wss4j.dom.handler.RequestData data)
throws org.apache.wss4j.common.ext.WSSecurityException
verifyCustomPassword in class org.apache.wss4j.dom.validate.UsernameTokenValidatororg.apache.wss4j.common.ext.WSSecurityExceptionprotected void verifyPlaintextPassword(org.apache.wss4j.dom.message.token.UsernameToken usernameToken,
org.apache.wss4j.dom.handler.RequestData data)
throws org.apache.wss4j.common.ext.WSSecurityException
verifyPlaintextPassword in class org.apache.wss4j.dom.validate.UsernameTokenValidatororg.apache.wss4j.common.ext.WSSecurityExceptionprotected void verifyDigestPassword(org.apache.wss4j.dom.message.token.UsernameToken usernameToken,
org.apache.wss4j.dom.handler.RequestData data)
throws org.apache.wss4j.common.ext.WSSecurityException
verifyDigestPassword in class org.apache.wss4j.dom.validate.UsernameTokenValidatororg.apache.wss4j.common.ext.WSSecurityExceptionprotected void verifyUnknownPassword(org.apache.wss4j.dom.message.token.UsernameToken usernameToken,
org.apache.wss4j.dom.handler.RequestData data)
throws org.apache.wss4j.common.ext.WSSecurityException
verifyUnknownPassword in class org.apache.wss4j.dom.validate.UsernameTokenValidatororg.apache.wss4j.common.ext.WSSecurityExceptionApache CXF