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 boolean |
getSecurityPropertyBoolean(String property,
Message message,
boolean defaultValue)
Get the security property boolean for the given property.
|
static Object |
getSecurityPropertyValue(String property,
Message message)
Get the security property value for the given property.
|
static Properties |
loadProperties(Object o) |
static Properties |
loadProperties(ResourceManager manager,
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)
public static Properties loadProperties(ResourceManager manager, Object o)
public static Object getSecurityPropertyValue(String property, Message message)
public static boolean getSecurityPropertyBoolean(String property, Message message, boolean defaultValue)
Apache CXF