public final class SecurityUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static CallbackHandler |
getCallbackHandler(Object o) |
static URL |
getConfigFileURL(org.apache.cxf.message.Message message,
String configFileKey,
String configFileDefault) |
static Object |
getSecurityPropertyValue(String property,
org.apache.cxf.message.Message message)
Get the security property value for the given property.
|
static Properties |
loadProperties(Object o) |
static URL |
loadResource(org.apache.cxf.message.Message message,
Object o) |
static URL |
loadResource(Object o) |
static URL |
loadResource(org.apache.cxf.resource.ResourceManager manager,
Object o) |
public static CallbackHandler getCallbackHandler(Object o) throws InstantiationException, IllegalAccessException, ClassNotFoundException
public static URL getConfigFileURL(org.apache.cxf.message.Message message, String configFileKey, String configFileDefault)
public static URL loadResource(org.apache.cxf.resource.ResourceManager manager, Object o)
public static Properties loadProperties(Object o)
Apache CXF