public class UsernameTokenInterceptor extends AbstractCallContextInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected static String |
WSSE_NS |
protected static String |
WSSE_PASSWORD |
protected static String |
WSSE_PASSWORD_TYPE |
protected static QName |
WSSE_SECURITY |
protected static String |
WSSE_USERNAME |
protected static String |
WSSE_USERNAME_TOKEN |
| Constructor and Description |
|---|
UsernameTokenInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
findElement(Node parent,
String namespace,
String localname) |
protected String |
getPassword(Node usernameTokenNode) |
protected String |
getUsername(Node usernameTokenNode) |
protected Node |
getUsernameTokenNode(Node securityNode) |
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage message) |
addToCurrentCallContextMap, getCurrentCallContextMap, getCurrentUser, setCallContextMap, setUser, setUserAndPasswordgetFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeprotected static final String WSSE_NS
protected static final QName WSSE_SECURITY
protected static final String WSSE_USERNAME_TOKEN
protected static final String WSSE_USERNAME
protected static final String WSSE_PASSWORD
protected static final String WSSE_PASSWORD_TYPE
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.