protected class AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator
extends org.apache.wss4j.dom.validate.UsernameTokenValidator
Modifier | Constructor and Description |
---|---|
protected |
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 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.UsernameTokenValidator
org.apache.wss4j.common.ext.WSSecurityException
protected 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.UsernameTokenValidator
org.apache.wss4j.common.ext.WSSecurityException
protected 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.UsernameTokenValidator
org.apache.wss4j.common.ext.WSSecurityException
protected 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.UsernameTokenValidator
org.apache.wss4j.common.ext.WSSecurityException
Apache CXF