This method of the SecurityClassLoader Class retrieves the security context object associated with the class loader. Currently, this returns the codebase URL.
public Object getSecurityContext();
Returns the codebase URL associated with the class loader.