public abstract class AbstractXmlSecInHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ENC_NS |
protected static String |
ENC_PREFIX |
protected static String |
SIG_NS |
protected static String |
SIG_PREFIX |
static String |
SIGNING_CERT
A key used to reference the cert that was used to verify the signed request
|
static String |
SIGNING_PUBLIC_KEY
A key used to reference the public key that was used to verify the signed request
|
protected static String |
WSU_NS |
| Constructor and Description |
|---|
AbstractXmlSecInHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Document |
getDocument(Message message) |
protected Element |
getNode(Element parent,
String ns,
String name,
int index) |
void |
setAllowEmptyBody(boolean allow) |
protected void |
throwFault(String error,
Exception ex) |
public static final String SIGNING_CERT
public static final String SIGNING_PUBLIC_KEY
protected static final String SIG_NS
protected static final String SIG_PREFIX
protected static final String ENC_NS
protected static final String ENC_PREFIX
protected static final String WSU_NS
Apache CXF