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